3 lines
48 B
Text
3 lines
48 B
Text
l = [1,2,3]
|
|
put map(l, #doubleInt)
|
|
-- [2, 4, 6]
|
l = [1,2,3]
|
|
put map(l, #doubleInt)
|
|
-- [2, 4, 6]
|