lama_byterun/regression/test007.lama

6 lines
56 B
Text

var x, y, z;
x := 1;
y := 2;
z := x - y - 3;
write (z)