RosettaCodeData/Task/Call-a-function/Langur/call-a-function-5.langur
2023-07-01 13:44:08 -04:00

3 lines
155 B
Text

writeln "numbers: ", join(", ", [.a1, .a2, .a3, .a4]), " === "
# unbounded list on writeln
# join using parentheses so it doesn't take remaining arguments