home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / CPM / ZCPR33 / Z3-33 / Z3KEY14.LBR / TEST.DEF < prev    next >
Text File  |  2000-06-30  |  768b  |  33 lines

  1. ;comments begin with a semicolon
  2. ;the key words ATTENTION,LEADIN,DELAY,EXPANSION,FILE, and CASE set the
  3. ;corresponding values. They should come first in the file otherwise they
  4. ;default to the present values in Z3KEY.RCP. If the CASE is ON the keys being
  5. ;defined will be upcased before being put in the table.
  6. ;
  7. ;Control characters are preceeded by a '^'. If you want to enter a '^' in
  8. ;a definition use an imbedded control^ instead. It will be converted to a '^'
  9. ;by the compiler.
  10.  
  11. ATTENTION=^]
  12. LEADIN=\
  13. DELAY=0
  14. EXPANSION=2
  15. FILE=PASKEY
  16. CASE=off
  17. \w=write(
  18. \W=writeln(
  19. \r=read(
  20. \R=readln(
  21. \a=At(
  22. \^_=carat underline
  23. ^M=^M
  24. \p=procedure 
  25. \f=function 
  26. =caret
  27. \t=turbo^MY
  28. \b=begin^Mend;^A^A^M
  29. \u=repeat^muntil ;^h
  30.  
  31. \P=program 
  32.  
  33.