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