mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +00:00
Sync
This commit is contained in:
parent
dd5956d663
commit
25eff5c282
3 changed files with 7 additions and 5 deletions
|
|
@ -14,5 +14,6 @@ for i:=0, i<x.length, i:=i+1 do
|
|||
x[i] := x[i]+2
|
||||
od;
|
||||
|
||||
printString (x)
|
||||
printString (x);
|
||||
|
||||
printString (strcat ("abc", "def"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue