home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / mbug / mbug175.arc / JRTMAN3.LBR / JRTMAN.AZF / JRTMAN.APF
Text File  |  1979-12-31  |  2KB  |  56 lines

  1. .OP
  2.       JRT Pascal  User's Guide                         NOT FOR SALE   -184-
  3.  
  4.  
  5.  
  6.       F.   Restrictions
  7.  
  8.  
  9.       1. Arrays are limited to 8 dimensions.
  10.  
  11.       2. Literal character strings in the 'const' section are limited to 32
  12.       characters.
  13.  
  14.       3. Random disk files require CP/M 2.2 and may be up to 8 megabytes in
  15.       size.
  16.  
  17.       4.  Sets  are  limited to 128 elements.  The first element (leftmost)
  18.       corresponds to 0; the last element (rightmost) corresponds to 127.
  19.  
  20.       5. Not  more  than  63  external  procedures  and  functions  may  be
  21.       declared.
  22.  
  23.       6.  Not more than 1632 dynamic storage blocks may be allocated at one
  24.       time.  The run-time system may require up to 100 of  these  for  file
  25.       buffers, file control blocks, external procedures and other uses.
  26.  
  27.       7. "With" statements may not be nested to more than 31 levels.
  28.  
  29.       8.  "Case"  statements are limited to 128 clauses with 128 labels per
  30.       clause.
  31.  
  32.       9. Integers must be between +32767 and -32768, since they are  stored
  33.       in  16-bit  twos-complement format.  In a few cases, integers will be
  34.       treated as unsigned 16-bit values with a range of 0 to  +65535.   The
  35.       MAP  and CALL builtin procedures require addresses which may range up
  36.       to 65535.  Accessing  random  files  by  relative  byte  address  may
  37.       require byte addresses up to 65535.
  38.  
  39.       10.  "Real"  numbers are represented in 14 digit binary coded decimal
  40.       (BCD) format.  The floating point exponent range is from -64 to +63.
  41.  
  42.       11. The names  of  procedures  and  functions  may  not  be  used  as
  43.       parameters.
  44.  
  45.       12.  Literal  character  strings in the source program may not exceed
  46.       127 characters.
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.       Copy compliments of Merle Schnick          APPENDIX F:   Restrictions
  56. .PAè