RosettaCodeData/Task/Interactive-programming-repl-/Factor/interactive-programming-repl-.factor

4 lines
130 B
Factor
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
( scratchpad ) : cool-func ( w1 w2 sep -- res ) dup append glue ;
( scratchpad ) "Rosetta" "Code" ":" cool-func .
"Rosetta::Code"