lama_byterun/regression/test007.expr
2019-09-19 18:37:08 +03:00

6 lines
59 B
Text

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