home *** CD-ROM | disk | FTP | other *** search
- \* This is the SELECT Text File SBASIC1.NDX. It will print the heading and
- \* the left-hand columns for each page of the index. Then reset the paper
- \* to the same starting point in the printer and print SBASIC2.NDX for the
- \* right-hand columns.
- \L5
- \I5
- \R75
- \JC
- ^S-BASIC MANUAL INDEX, 1-1-83
-
- Written as a supplement to the KAYPRO II Edition of
-
- _S-BASIC,
-
- A Language Facility for CP/M and Its Derivatives_
-
- The author grants all rights to this publication to the
- KAYPRO Users' Group, San Diego Computer Society, for distribution
- in the public domain.
-
- by LCDR R. F. Yount USN, USS TRIPOLI (LPH-10), FPO San Francisco
- 96626
-
- * * S-BASIC is a registered trademark of Topaz Programming * *
- * * KAYPRO II is a registered trademark of Non-Linear Systems, Inc. * *
- * * CP/M is a registered trademark of Digital Research * *
-
- The manual contains Pages 1 through 89, the "Addendum to Structured
- BASIC Documentation Rev. 4.0" (indexed herein as "A"-pages 1 through
- 10), a memorandum of "Structured BASIC Idiosyncrasies" (indexed as
- "SI"-pages 1 through 3), and two dated and one numbered "Ap-Notes"
-
-
- \L 5
- \I 5
- \R 38
- \S 1
- \B 6
- \T6
- \JL
- $CONSTANT ........... 72, 56, SI2
- $END.MODULE .................. 72
- $INCLUDE ............. 72, 73, A2
- $LINES ................... 71, A2
- $LIST .................... 73, A4
- $LOADPT ...................... 74
- $MODULE ...................... 72
- $PAGE ........................ 71
- $STACK ....................... 74
- $TRACE ....................... 71
- ABS .......................... 64
- AND .......................... 21
- Array Control Structure ...... 86
- ASC/ASCII ..................... 64
- ASCII Files ............. A5, SI1
- AT ................... 15, 16, 79
- ATN ...................... Note 1
- Backslash .................... A2
- BASE .............. 15, 28, 78, 79
- BASED ............. 14, 28, 78, 79
- BEGIN...END ....... 8, 16, 30, 78
- Binary Trees (B-TREE) Ap-Note #3
- Block Structures ......... 16, SI2
- CALL ......................... 36
- \E
- Error Codes/Messages ......... 84
- EXECUTE . 24, SI2, Ap-Note 7-1-80
- EXP .......................... 64
- Expressions .............. 76, A3
- FCB/FCB$ ..................... 64
- FFIX ......................... 64
- File Channels ........ 51, 55 56
- FILES ............ 51, 56, 81, A5
- FINT ......................... 64
- FIX .......................... 65
- FIXED (Variable)..... 12, 55, SI1
- FLOAT.DOUBLE ............. Note 2
- FOR .................. 27, 31, 82
- FRE .......................... 65
- FUNCTION...END ...... 60, 80, SI3
- Global Variables ............. 17
- GOSUB .................... 27, 80
- GOTO ..... 27, 29, 30, 31, 33, 80
- HEX$ ......................... 65
- I/O Channels ......... 38, 40, A5
- IF...THEN...ELSE .... 30, 78, SI1
- IMP .......................... 22
- INITIALIZE ............... 53, 82
- INP .......................... 65
- INPUT .................... 38, 79
- INPUT1 ....................... 39
- INPUT2 ....................... 39
- INPUT3 ................... 39, A6
- INSTR ........................ 65
- INT .......................... 65
- INTEGER (Variable) ........... 12
- Key Words .................... 83
- LEFT/LEFT$ ................... 65
- LEN .......................... 65
- LET .......................... 20
- Library Files ................ 73
- Line Numbers .................. 7
- Local Variables .......... 17, 81
- LOCATE ................... 16, 79
- LOCATION ................. 16, 79
- LOG .......................... 65
- LOG10 ..................... Note 3
- LPRINTER ................. 42, 80
- Memory, Reserved ............. 85
- MID/MID$ ................. 22, 66
- Merging Assembly Language Routines
- ................. Ap-Note 6-1-80
- Mixed Expressions ........ 24, 77
- Module Library Files ......... 73
- \E
- String Fields ................ 44
- System Load Map .............. 85
- TAB .......................... 67
- TAN .......................... 67
- TEXT ..................... 42, 79
- THEN ................. 30, 31, 78
- TO ................... 27, 31, 82
- UNTIL .................... 29, 78
- USING ........................ 43
- VAL .......................... 67
- VAR/VARIABLE ............. 14, 76
- Variable Types ........... 11, 76
- WHILE...DO ............... 29, 78
- WRITE ............ 54, 56, 82, A5
- XLATE ........................ 67
- XOR .......................... 21
-
- Note 1: ATN, although not listedì
- in the manual, is included in theì
- compiler and returns the arctang-ì
- ent in radians.
-
- Note 2: These appear in theì
- compiler expression table, butì
- have not been researched by theì
- author.
-
- Note 3: LOG10, although notì
- listed in the manual, is includedì
- in the compiler and returns theì
- common log (to the base 10).^