6 lines
61 B
Text
6 lines
61 B
Text
|
|
var
|
||
|
|
MyString: String;
|
||
|
|
begin
|
||
|
|
MyString:= 'Some Text';
|
||
|
|
end;
|