lama_byterun/lama-compiler/regression/test002.lama

7 lines
67 B
Text
Raw Normal View History

var x, y, z;
x := read ();
y := read ();
z := y * y;
write (x+z)