Handbook
Glossary
previous-from ( n/f string -- ch )
Vocabulary
modern
.
slices
Inputs
n/f
an
object
string
an
object
Outputs
ch
an
object
Definition
USING:
kernel
math
sequences
;
IN:
modern.slices
:
previous-from
( n/f string -- ch )
over
[
[
1
-
]
dip
?nth
]
[
2drop
f
]
if
;