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

7 lines
106 B
Text
Raw Permalink Normal View History

2013-04-10 21:29:02 -07:00
: (de f (Str1 Str2 Sep)
(pack Str1 Sep Sep Str2) )
-> f
: (f "Rosetta" "Code" ":")
-> "Rosetta::Code"