This repository has been archived on 2025-09-13. You can view files and clone it, but cannot push or open issues or pull requests.
Files
iodine/examples/list.io

4 lines
183 B
Io
Raw Permalink Normal View History

2025-05-12 20:04:38 +10:00
printlist ["This is an element in the list" "And this is another" "Oh look another list element" "How fun!"];
2025-05-13 14:05:29 +10:00
let str dingus ["Element 1" "Element 2" "Element 3"];
println dingus[1];