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