Added basic for i loops. Missing some breaking tests and more tests. Also want to add for each at some point and it_index.
This commit is contained in:
4
test/for_i_one_liner.ink
Normal file
4
test/for_i_one_liner.ink
Normal file
@@ -0,0 +1,4 @@
|
||||
vertex main :: () {
|
||||
x := 0.0;
|
||||
for i : 0..10 x += 2.0;
|
||||
}
|
||||
Reference in New Issue
Block a user