RosettaCodeData/Task/Interactive-programming-repl-/PicoLisp/interactive-programming-repl--2.l

7 lines
106 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: (de f (Str1 Str2 Sep)
(pack Str1 Sep Sep Str2) )
-> f
: (f "Rosetta" "Code" ":")
-> "Rosetta::Code"