7 lines
59 B
Plaintext
7 lines
59 B
Plaintext
vertex main :: () {
|
|
x := 0.0;
|
|
for i : {
|
|
x += 2.0;
|
|
}
|
|
}
|