9 lines
94 B
ObjectPascal
9 lines
94 B
ObjectPascal
|
|
begin
|
||
|
|
var s := '''
|
||
|
|
Multiline
|
||
|
|
string
|
||
|
|
with apostrophes ' and ''
|
||
|
|
''';
|
||
|
|
Write(s);
|
||
|
|
end.
|