RosettaCodeData/Task/Interactive-programming-repl-/PicoLisp/interactive-programming-repl--2.l
2023-07-01 13:44:08 -04:00

6 lines
106 B
Text

: (de f (Str1 Str2 Sep)
(pack Str1 Sep Sep Str2) )
-> f
: (f "Rosetta" "Code" ":")
-> "Rosetta::Code"