RosettaCodeData/Task/Higher-order-functions/Pluto/higher-order-functions.pluto

3 lines
38 B
Text
Raw Permalink Normal View History

2025-08-11 18:05:26 -07:00
a={1,2,3}
a:map(|x|->io.write(x," "))