Files
Ink/test/for_i_one_liner.ink

5 lines
58 B
Plaintext

vertex main :: () {
x := 0.0;
for i : 0..10 x += 2.0;
}