8 lines
196 B
Factor
8 lines
196 B
Factor
USE: multiline
|
|
HEREDOC: END
|
|
Everything between the line above
|
|
and the final line (a user-defined token)
|
|
is parsed into a string where whitespace
|
|
is significant.
|
|
END
|
|
print
|