This commit is contained in:
Dmitry Boulytchev 2018-04-26 22:31:47 +03:00
parent dd5956d663
commit 25eff5c282
3 changed files with 7 additions and 5 deletions

View file

@ -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"))