2 lines
117 B
Text
2 lines
117 B
Text
(1 2 3 4 5) (sqrt puts) foreach ; print each square root
|
|
(1 2 3 4 5) 'sqrt map ; collect return values
|