Intermediate commit

This commit is contained in:
Dmitry Boulytchev 2018-02-25 15:44:28 +03:00
parent 9e3803ce7b
commit 74341d0f5f
33011 changed files with 92084 additions and 40 deletions

4
regression/test004.expr Normal file
View file

@ -0,0 +1,4 @@
x := read ();
y := read ();
z := ((x + y) + (x - y)) + ((x - y) - (x + y));
write (z)