mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
Control statement (interpreter, SM, x86)
This commit is contained in:
parent
42d94672bc
commit
8758485b80
15 changed files with 132 additions and 55 deletions
5
regression/test011.expr
Normal file
5
regression/test011.expr
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
x:=0;
|
||||
if x
|
||||
then write(1)
|
||||
else write(2)
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue