7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
vertex main :: () {
|
|
x : float = 5.0;
|
|
y : float = 3000.0;
|
|
|
|
z : float = y * y + x;
|
|
}
|