1 line
49 B
Text
1 line
49 B
Text
say [9,16,25].map {.sqrt}; # prints: [3, 4, 5]
|
say [9,16,25].map {.sqrt}; # prints: [3, 4, 5]
|