8 lines
66 B
Plaintext
8 lines
66 B
Plaintext
vertex main :: () {
|
|
for i : 0..10 {
|
|
x : float;
|
|
}
|
|
|
|
i += 1;
|
|
}
|