RosettaCodeData/Task/Copy-a-string/Component-Pascal/copy-a-string-1.component

5 lines
80 B
Text
Raw Permalink Normal View History

2013-10-27 22:24:23 +00:00
VAR
str1: ARRAY 128 OF CHAR;
str2: ARRAY 32 OF CHAR;
str3: ARRAY 25 OF CHAR;