mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-29 10:08:47 +00:00
Stmt -> Expr in interpretation only
This commit is contained in:
parent
eae2367371
commit
d0c72844e8
9 changed files with 310 additions and 310 deletions
|
|
@ -11,7 +11,7 @@ x := "abcdefgh";
|
|||
printString (x);
|
||||
|
||||
for i:=0, i<x.length, i:=i+1 do
|
||||
x[i] := x[i]+2
|
||||
x[i] := x[i]+2
|
||||
od;
|
||||
|
||||
printString (x)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue