6 lines
97 B
Text
6 lines
97 B
Text
include xpllib;
|
|
char S, T(80);
|
|
[S:= "world!";
|
|
S:= StrCat(StrCopy(T,"Hello, "), S);
|
|
Text(0, S);
|
|
]
|