RosettaCodeData/Task/Topic-variable/Sidef/topic-variable.sidef

2 lines
49 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
say [9,16,25].map {.sqrt}; # prints: [3, 4, 5]