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