mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 11:18:43 +00:00
Intermediate commit
This commit is contained in:
parent
9e3803ce7b
commit
74341d0f5f
33011 changed files with 92084 additions and 40 deletions
4
regression/test005.expr
Normal file
4
regression/test005.expr
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
x := read ();
|
||||
y := read ();
|
||||
z := ((x + y) + (x - y)) + ((x - y) - (x / y));
|
||||
write (z)
|
||||
Loading…
Add table
Add a link
Reference in a new issue