@@ -1,6 +1,12 @@
Program trdtxt01;
-uses strings;
+{$ifdef fpc}
+uses
+ strings;
+{$else}
+ SysUtils;
+{$endif}
procedure test(b: boolean);
begin
Program trdtxt02;
Program trdtxt03;