RosettaCodeData/Task/Interactive-programming-repl-/Lingo/interactive-programming-repl-.lingo

5 lines
140 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
> m=new(#script)
> m.scripttext="on conc(a,b,c)"&RETURN&"return a&c&c&b"&RETURN&"end"
> put conc("Rosetta", "Code", ":")
-- "Rosetta::Code"