Handbook
Glossary
parse-help-code ( -- seq )
Vocabulary
help
.
syntax
.
private
Inputs
None
Outputs
seq
an
object
Definition
USING:
arrays
combinators.short-circuit
kernel
parser
sequences
strings
;
IN:
help.syntax.private
:
parse-help-code
( -- seq )
\
}
parse-until
dup
{
[
length
1
=
]
[
first
string?
]
}
1&&
[
first
code-lines
]
[
>array
]
if
;