Handbook
Glossary
take-lines ( state char -- state' lines )
Vocabulary
farkup
Inputs
state
an
object
char
an
object
Outputs
state'
an
object
lines
an
object
Definition
USING:
kernel
sequences
;
IN:
farkup
:
take-lines
( state char -- state' lines )
dupd
[
[
?first
]
]
dip
[
=
not
]
curry
compose
find
drop
[
cut-slice
]
[
f
]
if*
swap
;