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

2 lines
49 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
say [9,16,25].map {.sqrt}; # prints: [3, 4, 5]