4 lines
183 B
Io
4 lines
183 B
Io
printlist ["This is an element in the list" "And this is another" "Oh look another list element" "How fun!"];
|
|
let str dingus ["Element 1" "Element 2" "Element 3"];
|
|
println dingus[1];
|