lama_byterun/regression/test007.expr
2019-09-29 02:47:07 +03:00

6 lines
58 B
Text

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