RosettaCodeData/Task/Call-a-function/Langur/call-a-function-5.langur

4 lines
155 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
writeln "numbers: ", join(", ", [.a1, .a2, .a3, .a4]), " === "
# unbounded list on writeln
# join using parentheses so it doesn't take remaining arguments