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

6 lines
61 B
ObjectPascal
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
var
MyString: String;
begin
MyString:= 'Some Text';
end;