4 lines
59 B
Text
4 lines
59 B
Text
n:=7; text:=String(
|
|
"foo = ",3,"\n"
|
|
"bar=",n,"\n"
|
|
);
|
n:=7; text:=String(
|
|
"foo = ",3,"\n"
|
|
"bar=",n,"\n"
|
|
);
|