Change FOREACH to FOR (#680)

This commit is contained in:
Rangi
2021-01-01 18:46:26 -05:00
committed by GitHub
parent 10e3f1a02b
commit 7bb6f71f0b
9 changed files with 63 additions and 63 deletions

9
test/asm/for.out Normal file
View File

@@ -0,0 +1,9 @@
0 1 2 3 4 5 6 7 8 9 -> 10
1 2 3 4 5 -> 6
10 9 8 7 6 5 4 3 2 1 0 -> -1
5 10 15 20 -> 25
3 6 9 12 15 18 21 24 27 -> 30
0
1
2
3