7 lines
146 B
Plaintext
7 lines
146 B
Plaintext
(program
|
|
(fun vertex vs_main
|
|
[]
|
|
(:= x float 2)
|
|
(:= y float 5)
|
|
(:= z float 10)
|
|
(:= w float (+ (* x y) (* y (- z (/ x (* y x)))))))) |