2 lines
55 B
Forth
2 lines
55 B
Forth
|
|
Array.iter (fun x -> printfn "%d" x) [|1; 2; 3; 4; 5|]
|
|
|
Array.iter (fun x -> printfn "%d" x) [|1; 2; 3; 4; 5|]
|