2 lines
58 B
Forth
2 lines
58 B
Forth
|
|
let result = Array.map (fun x -> x * x) [|1; 2; 3; 4; 5|]
|
|
|
let result = Array.map (fun x -> x * x) [|1; 2; 3; 4; 5|]
|