RosettaCodeData/Task/Collections/Pascal/collections-5.pas

6 lines
61 B
ObjectPascal

var
MyString: String;
begin
MyString:= 'Some Text';
end;