6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
(program
|
|
(fun vertex vs_main
|
|
[]
|
|
(:= x float 5)
|
|
(:= y float 3000)
|
|
(:= z float (+ (* y y) x)))) |