home *** CD-ROM | disk | FTP | other *** search
/ Power Programming / powerprogramming1994.iso / progtool / tex / webtp55.arc / FEATURES.WEB < prev    next >
Text File  |  1989-12-01  |  470b  |  25 lines

  1. % This is FEATURES.WEB
  2. % shows some features in Tangle TP55
  3. % 29-Nov-89 Peter Sawatzki
  4. %
  5. % Tangle instructions:
  6. %   TANGLE FEATURES /d /m /c
  7. %                        
  8. %                    │  │  └──── include comments
  9. %                    │  └─────── optimize "mod"
  10. %                    └────────── optimize "div"
  11. %
  12. @* Features of TANGLE TP55
  13.  
  14. @i arraylik
  15. @i shiftopt
  16.  
  17. @ @p
  18. Var
  19.   i: Word;
  20.   l: LongInt;
  21. Begin
  22.   l:= mem[i];
  23.   ShiftOptDemo
  24. End.
  25.