7 lines
76 B
Factor
7 lines
76 B
Factor
USE: multiline
|
|
STRING: random-stuff
|
|
ABC
|
|
123
|
|
"x y z
|
|
;
|
|
random-stuff print
|