; Macro for stripping hard Tabs from the text ; (used with a repeat factor for best results - a suitably large number ; will clean up the whole file). .macro T|<35> |1|<14><53>$ ; IF-THEN macro .macro I|IF THEN|END;|<2:1><3:4>$ ;WHILE-DO macro .macro W|WHILE DO|END;|<2:1><6:4>$ ;WITH macro .macro w|WITH DO|END;|<2:1><5:4>$ ;REPEAT-UNTIL macro .macro R|REPEAT||UNTIL ;|<1><6:4><1>$