mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-29 01:58:48 +00:00
Regression tests in interpretation only
This commit is contained in:
parent
1cfd3123be
commit
5527013a7f
15 changed files with 38 additions and 28 deletions
|
|
@ -1,5 +1,4 @@
|
|||
local x, y, z;
|
||||
read (x);
|
||||
read (y);
|
||||
x := read ();
|
||||
y := read ();
|
||||
z := x*y*3;
|
||||
write (z)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue