lama_byterun/regression/test002.expr

5 lines
54 B
Text
Raw Normal View History

2018-02-25 15:44:28 +03:00
x := read ();
y := read ();
z := y*y;
write (x+z)