home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / sigm / vols000 / vol094 / pzkey.inx < prev    next >
Text File  |  1984-04-29  |  4KB  |  183 lines

  1. ABS standard function 31
  2. ARCTAN standard function 31
  3. ARRAY type 18
  4.    effect on speed 43
  5.    implicitely PACKED 39
  6.    stack format 98
  7.    storage size 93
  8. assignment statement 25
  9.  
  10. BEGIN statement 28
  11.    maximum nesting 38
  12. BOOLEAN type 16
  13.    field width in WRITE(LN) 90
  14.    returned by assembly code 74
  15.    stack format 97
  16.    storage size 93
  17.  
  18. CASE 27, 69
  19.    default action 39
  20.    ELSE allowed 4, 61
  21.    faster than IF 43
  22.    use of Jump table 69
  23. CHAIN statement 86
  24. CHAR type 16
  25.    stack format 97
  26.    storage size 93
  27. CHR standard function 31
  28. comment markers 17, 37
  29. CONST statement 22
  30.    effect on speeed 43
  31.    expressions in 4, 63
  32. COS standard function 31
  33.  
  34. DISPOSE standard procedure
  35.    not supported 4, 40
  36.  
  37. ELSE clause
  38.    with CASE 4, 61
  39.    with IF 27
  40. END statement 28
  41. EOF standard function 54
  42. EOLN standard function 31, 54
  43. ERASE external procedure 59
  44. EXP standard function 31
  45. EXTERNAL statement 61, 74
  46.  
  47. FOR statement 26
  48.    control-C checked after 41
  49.    storage use 94
  50. FTXTIN builtin procedure 86
  51. FUNCTION statement 30
  52.    default value 39
  53.    external, in assembler 74
  54.    maximum parameters 38
  55.    proc/func parameters not allowed 4
  56.    returns structured values 61, 64
  57.    storage use 93
  58.  
  59. GET standard procedure
  60.    not supported 4, 40
  61. GOTO statement
  62.    control-C checked before 41
  63.    restricted 4, 39
  64.  
  65. IF statement 27
  66.    CASE is faster 43
  67.    order of boolean tests 39
  68. INCLUDE command 4, 61, 85
  69. INDEX external function 66
  70. INPUT standard file
  71.    nonstandard treatment 39
  72. INTEGER type 16
  73.    effect on speed 43
  74.    field width in WRITE(LN) 90
  75.    stack format 97
  76.    storage size 93
  77.  
  78. LENGTH external function 66
  79. LN standard function 31
  80.  
  81. MARK procedure 4, 39, 87
  82. MAXINT 38
  83.  
  84. NEW standard procedure 20, 87
  85.    used with MARK, RELEASE 4
  86. NIL predefined value 16
  87. null statement 33
  88.  
  89. ODD standard function 31
  90. ORD standard function 31
  91. OUTPUT standard file
  92.    nonstandard treatment 39
  93. OVERLAY builtin procedure 79
  94.  
  95. PACK standard procedure
  96.    not supported 39
  97. pointer type 20, 87
  98.    stack format 99
  99.    storage size 93
  100.    symbol for 21
  101. PRED standard function 31
  102. PROCEDURE statement 30
  103.    external, in assembler 74
  104.    maximum parameters 38
  105.    proc/func parameters not allowed 4
  106.    storage use 93
  107. PROGRAM statement 32
  108.    module number with 71
  109.    parameters not allowed 39
  110. PUT standard procedure
  111.    not supported 4, 40
  112.  
  113. READ(LN) standard procedure 53
  114.    direct access 58
  115.    maximum size per call 40
  116.    with serial devices 60
  117. REAL type 16
  118.    field width in WRITE(LN) 90
  119.    internal format 89
  120.    precision 38
  121.    stack format 99
  122.    storage size 93
  123. RECORD type 18
  124.    implicitely PACKED 39
  125.    storage size 93
  126. RELEASE procedure 4, 39, 87
  127. RENAME external procedure 59
  128. REPEAT statement 26
  129.    control-C checked after 41
  130. reserved words 37
  131. RESET standard procedure 53
  132.    with serial devices 60
  133. REWRITE standard procedure 53
  134.    with serial devices 60
  135. ROUND standard function 31
  136.  
  137. semicolon 32
  138. separators 37
  139. SET type 19
  140.    maximum size 38
  141.    stack format 99
  142.    storage size 94
  143. SETLENGTH external function 66
  144. SIN standard function 31
  145. SQR standard function 31
  146. SQRT standard function 31
  147. STRING data type 4, 66
  148.    maximum size 38
  149.    stack format 99
  150. SUCC standard function 31
  151.  
  152. TEXT type 16
  153. TRUNC standard function 31
  154. TYPE statement 16
  155.    enumerated types 17
  156.       storage size 93
  157.    equivalence 40, 44
  158.    predeclared types 16
  159.    scalar types 17
  160.    storage size by 93
  161.    structured types 18
  162.    subrange types
  163.       storage size 93
  164.  
  165. UNPACK standard procedure
  166.    not supported 39
  167. UNTIL clause of REPEAT 26
  168.  
  169. VAR statement 23
  170.    global vs. local 23
  171.  
  172. WHILE statement 26
  173.    control-C checked after 41
  174. WITH statement 29
  175.    effect on speed 43
  176.    evaluation order 39
  177.    storage use 94
  178. WRITE(LN) standard procedure 53
  179.    direct access 58
  180.    formatting numbers 90
  181.    maximum size per call 40
  182.    with serial devices 60
  183.