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

6 lines
61 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
var
MyString: String;
begin
MyString:= 'Some Text';
end;