We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc3c6d commit 443958bCopy full SHA for 443958b
examples/array.lol
@@ -1,5 +1,5 @@
1
/* Demonstrate array syntax */
2
-module io = import("stdio.h")
+module io = import("stdio.h");
3
4
function main() -> i32 {
5
let array: Array[i32] = [0, 1, 2, 3];
0 commit comments