Refactor statements

This commit is contained in:
nub31
2025-06-02 15:27:19 +02:00
parent 9f7bc4d2d5
commit 96ad3d2677
36 changed files with 354 additions and 230 deletions

View File

@@ -7,6 +7,6 @@ export func main(args: []^string) {
while i < args.count {
c::printf("%s\n", args[i])
i += 1
i = i + 1
}
}