| 1 : |
anton
|
1.1
|
\ the ANS Forth words and their wordsets and other info |
| 2 : |
|
|
\ anton |
| 3 : |
|
|
|
| 4 : |
|
|
\ this was converted from Appendix F of the HTML version of dpANS6, |
| 5 : |
|
|
\ which was converted from the dpANS6 source (in some MS Word format) |
| 6 : |
|
|
\ by Norman Smith. |
| 7 : |
|
|
|
| 8 : |
|
|
\ The format is: |
| 9 : |
|
|
\ answord word-name wordset pronounciation \ dpans6-section dpans6-page |
| 10 : |
|
|
|
| 11 : |
|
|
\ I replaced the wordset name FLOATING (EXT) with FLOAT (EXT) |
| 12 : |
|
|
|
| 13 : |
|
|
answord ! CORE store \ 6.1.0010 25 |
| 14 : |
|
|
answord # CORE number-sign \ 6.1.0030 25 |
| 15 : |
|
|
answord #> CORE number-sign-greater \ 6.1.0040 25 |
| 16 : |
|
|
answord #S CORE number-sign-s \ 6.1.0050 25 |
| 17 : |
|
|
answord #TIB CORE-EXT number-t-i-b \ 6.2.0060 49 |
| 18 : |
|
|
answord ' CORE tick \ 6.1.0070 25 |
| 19 : |
|
|
answord ( CORE paren \ 6.1.0080 26 |
| 20 : |
|
|
answord ( FILE paren \ 11.6.1.0080 80 |
| 21 : |
|
|
answord (LOCAL) LOCAL paren-local-paren \ 13.6.1.0086 105 |
| 22 : |
|
|
answord * CORE star \ 6.1.0090 26 |
| 23 : |
|
|
answord */ CORE star-slash \ 6.1.0100 26 |
| 24 : |
|
|
answord */MOD CORE star-slash-mod \ 6.1.0110 26 |
| 25 : |
|
|
answord + CORE plus \ 6.1.0120 26 |
| 26 : |
|
|
answord +! CORE plus-store \ 6.1.0130 27 |
| 27 : |
|
|
answord +LOOP CORE plus-loop \ 6.1.0140 27 |
| 28 : |
|
|
answord , CORE comma \ 6.1.0150 27 |
| 29 : |
|
|
answord - CORE minus \ 6.1.0160 27 |
| 30 : |
|
|
answord -TRAILING STRING dash-trailing \ 17.6.1.0170 122 |
| 31 : |
|
|
answord . CORE dot \ 6.1.0180 27 |
| 32 : |
|
|
answord ." CORE dot-quote \ 6.1.0190 28 |
| 33 : |
|
|
answord .( CORE-EXT dot-paren \ 6.2.0200 49 |
| 34 : |
|
|
answord .R CORE-EXT dot-r \ 6.2.0210 49 |
| 35 : |
|
|
answord .S TOOLS dot-s \ 15.6.1.0220 112 |
| 36 : |
|
|
answord / CORE slash \ 6.1.0230 28 |
| 37 : |
|
|
answord /MOD CORE slash-mod \ 6.1.0240 28 |
| 38 : |
|
|
answord /STRING STRING slash-string \ 17.6.1.0245 123 |
| 39 : |
|
|
answord 0< CORE zero-less \ 6.1.0250 28 |
| 40 : |
|
|
answord 0<> CORE-EXT zero-not-equals \ 6.2.0260 49 |
| 41 : |
|
|
answord 0= CORE zero-equals \ 6.1.0270 28 |
| 42 : |
|
|
answord 0> CORE-EXT zero-greater \ 6.2.0280 50 |
| 43 : |
|
|
answord 1+ CORE one-plus \ 6.1.0290 28 |
| 44 : |
|
|
answord 1- CORE one-minus \ 6.1.0300 29 |
| 45 : |
|
|
answord 2! CORE two-store \ 6.1.0310 29 |
| 46 : |
|
|
answord 2* CORE two-star \ 6.1.0320 29 |
| 47 : |
|
|
answord 2/ CORE two-slash \ 6.1.0330 29 |
| 48 : |
|
|
answord 2>R CORE-EXT two-to-r \ 6.2.0340 50 |
| 49 : |
|
|
answord 2@ CORE two-fetch \ 6.1.0350 29 |
| 50 : |
|
|
answord 2CONSTANT DOUBLE two-constant \ 8.6.1.0360 66 |
| 51 : |
|
|
answord 2DROP CORE two-drop \ 6.1.0370 29 |
| 52 : |
|
|
answord 2DUP CORE two-dupe \ 6.1.0380 29 |
| 53 : |
|
|
answord 2LITERAL DOUBLE two-literal \ 8.6.1.0390 66 |
| 54 : |
|
|
answord 2OVER CORE two-over \ 6.1.0400 29 |
| 55 : |
|
|
answord 2R> CORE-EXT two-r-from \ 6.2.0410 50 |
| 56 : |
|
|
answord 2R@ CORE-EXT two-r-fetch \ 6.2.0415 50 |
| 57 : |
|
|
answord 2ROT DOUBLE-EXT two-rote \ 8.6.2.0420 69 |
| 58 : |
|
|
answord 2SWAP CORE two-swap \ 6.1.0430 30 |
| 59 : |
|
|
answord 2VARIABLE DOUBLE two-variable \ 8.6.1.0440 67 |
| 60 : |
|
|
answord : CORE colon \ 6.1.0450 30 |
| 61 : |
|
|
answord :NONAME CORE-EXT colon-no-name \ 6.2.0455 51 |
| 62 : |
|
|
answord ; CORE semicolon \ 6.1.0460 30 |
| 63 : |
|
|
answord ;CODE TOOLS-EXT semicolon-code \ 15.6.2.0470 113 |
| 64 : |
|
|
answord < CORE less-than \ 6.1.0480 30 |
| 65 : |
|
|
answord <# CORE less-number-sign \ 6.1.0490 31 |
| 66 : |
|
|
answord <> CORE-EXT not-equals \ 6.2.0500 50 |
| 67 : |
|
|
answord = CORE equals \ 6.1.0530 31 |
| 68 : |
|
|
answord > CORE greater-than \ 6.1.0540 31 |
| 69 : |
|
|
answord >BODY CORE to-body \ 6.1.0550 31 |
| 70 : |
|
|
answord >FLOAT FLOAT to-float \ 12.6.1.0558 91 |
| 71 : |
|
|
answord >IN CORE to-in \ 6.1.0560 31 |
| 72 : |
|
|
answord >NUMBER CORE to-number \ 6.1.0570 31 |
| 73 : |
|
|
answord >R CORE to-r \ 6.1.0580 32 |
| 74 : |
|
|
answord ? TOOLS question \ 15.6.1.0600 112 |
| 75 : |
|
|
answord ?DO CORE-EXT question-do \ 6.2.0620 51 |
| 76 : |
|
|
answord ?DUP CORE question-dupe \ 6.1.0630 32 |
| 77 : |
|
|
answord @ CORE fetch \ 6.1.0650 32 |
| 78 : |
|
|
answord ABORT CORE ABORT \ 6.1.0670 32 |
| 79 : |
|
|
answord ABORT EXCEPTION-EXT ABORT \ 9.6.2.0670 73 |
| 80 : |
|
|
answord ABORT" CORE abort-quote \ 6.1.0680 32 |
| 81 : |
|
|
answord ABORT" EXCEPTION-EXT abort-quote \ 9.6.2.0680 73 |
| 82 : |
|
|
answord ABS CORE abs \ 6.1.0690 32 |
| 83 : |
|
|
answord ACCEPT CORE ACCEPT \ 6.1.0695 33 |
| 84 : |
|
|
answord AGAIN CORE-EXT AGAIN \ 6.2.0700 51 |
| 85 : |
|
|
answord AHEAD TOOLS-EXT AHEAD \ 15.6.2.0702 113 |
| 86 : |
|
|
answord ALIGN CORE ALIGN \ 6.1.0705 33 |
| 87 : |
|
|
answord ALIGNED CORE ALIGNED \ 6.1.0706 33 |
| 88 : |
|
|
answord ALLOCATE MEMORY ALLOCATE \ 14.6.1.0707 109 |
| 89 : |
|
|
answord ALLOT CORE ALLOT \ 6.1.0710 33 |
| 90 : |
|
|
answord ALSO SEARCH-EXT ALSO \ 16.6.2.0715 120 |
| 91 : |
|
|
answord AND CORE AND \ 6.1.0720 33 |
| 92 : |
|
|
answord ASSEMBLER TOOLS-EXT ASSEMBLER \ 15.6.2.0740 114 |
| 93 : |
|
|
answord AT-XY FACILITY at-x-y \ 10.6.1.0742 75 |
| 94 : |
|
|
answord BASE CORE BASE \ 6.1.0750 34 |
| 95 : |
|
|
answord BEGIN CORE BEGIN \ 6.1.0760 34 |
| 96 : |
|
|
answord BIN FILE BIN \ 11.6.1.0765 80 |
| 97 : |
|
|
answord BL CORE b-l \ 6.1.0770 34 |
| 98 : |
|
|
answord BLANK STRING BLANK \ 17.6.1.0780 123 |
| 99 : |
|
|
answord BLK BLOCK b-l-k \ 7.6.1.0790 62 |
| 100 : |
|
|
answord BLOCK BLOCK BLOCK \ 7.6.1.0800 62 |
| 101 : |
|
|
answord BUFFER BLOCK BUFFER \ 7.6.1.0820 62 |
| 102 : |
|
|
answord BYE TOOLS-EXT BYE \ 15.6.2.0830 114 |
| 103 : |
|
|
answord C! CORE c-store \ 6.1.0850 34 |
| 104 : |
|
|
answord C" CORE-EXT c-quote \ 6.2.0855 52 |
| 105 : |
|
|
answord C, CORE c-comma \ 6.1.0860 34 |
| 106 : |
|
|
answord C@ CORE c-fetch \ 6.1.0870 34 |
| 107 : |
|
|
answord CASE CORE-EXT CASE \ 6.2.0873 52 |
| 108 : |
|
|
answord CATCH EXCEPTION CATCH \ 9.6.1.0875 72 |
| 109 : |
|
|
answord CELL+ CORE cell-plus \ 6.1.0880 35 |
| 110 : |
|
|
answord CELLS CORE CELLS \ 6.1.0890 35 |
| 111 : |
|
|
answord CHAR CORE char \ 6.1.0895 35 |
| 112 : |
|
|
answord CHAR+ CORE char-plus \ 6.1.0897 35 |
| 113 : |
|
|
answord CHARS CORE chars \ 6.1.0898 35 |
| 114 : |
|
|
answord CLOSE-FILE FILE CLOSE-FILE \ 11.6.1.0900 80 |
| 115 : |
|
|
answord CMOVE STRING c-move \ 17.6.1.0910 123 |
| 116 : |
|
|
answord CMOVE> STRING c-move-up \ 17.6.1.0920 123 |
| 117 : |
|
|
answord CODE TOOLS-EXT CODE \ 15.6.2.0930 114 |
| 118 : |
|
|
answord COMPARE STRING COMPARE \ 17.6.1.0935 124 |
| 119 : |
|
|
answord COMPILE, CORE-EXT compile-comma \ 6.2.0945 52 |
| 120 : |
|
|
answord CONSTANT CORE CONSTANT \ 6.1.0950 35 |
| 121 : |
|
|
answord CONVERT CORE-EXT CONVERT \ 6.2.0970 52 |
| 122 : |
|
|
answord COUNT CORE COUNT \ 6.1.0980 36 |
| 123 : |
|
|
answord CR CORE c-r \ 6.1.0990 36 |
| 124 : |
|
|
answord CREATE CORE CREATE \ 6.1.1000 36 |
| 125 : |
|
|
answord CREATE-FILE FILE CREATE-FILE \ 11.6.1.1010 81 |
| 126 : |
|
|
answord CS-PICK TOOLS-EXT c-s-pick \ 15.6.2.1015 114 |
| 127 : |
|
|
answord CS-ROLL TOOLS-EXT c-s-roll \ 15.6.2.1020 115 |
| 128 : |
|
|
answord D+ DOUBLE d-plus \ 8.6.1.1040 67 |
| 129 : |
|
|
answord D- DOUBLE d-minus \ 8.6.1.1050 67 |
| 130 : |
|
|
answord D. DOUBLE d-dot \ 8.6.1.1060 67 |
| 131 : |
|
|
answord D.R DOUBLE d-dot-r \ 8.6.1.1070 67 |
| 132 : |
|
|
answord D0< DOUBLE d-zero-less \ 8.6.1.1075 67 |
| 133 : |
|
|
answord D0= DOUBLE d-zero-equals \ 8.6.1.1080 67 |
| 134 : |
|
|
answord D2* DOUBLE d-two-star \ 8.6.1.1090 68 |
| 135 : |
|
|
answord D2/ DOUBLE d-two-slash \ 8.6.1.1100 68 |
| 136 : |
|
|
answord D< DOUBLE d-less-than \ 8.6.1.1110 68 |
| 137 : |
|
|
answord D= DOUBLE d-equals \ 8.6.1.1120 68 |
| 138 : |
|
|
answord D>F FLOAT d-to-f \ 12.6.1.1130 91 |
| 139 : |
|
|
answord D>S DOUBLE d-to-s \ 8.6.1.1140 68 |
| 140 : |
|
|
answord DABS DOUBLE d-abs \ 8.6.1.1160 68 |
| 141 : |
|
|
answord DECIMAL CORE DECIMAL \ 6.1.1170 36 |
| 142 : |
|
|
answord DEFINITIONS SEARCH DEFINITIONS \ 16.6.1.1180 119 |
| 143 : |
|
|
answord DELETE-FILE FILE DELETE-FILE \ 11.6.1.1190 81 |
| 144 : |
|
|
answord DEPTH CORE DEPTH \ 6.1.1200 36 |
| 145 : |
|
|
answord DF! FLOAT-EXT d-f-store \ 12.6.2.1203 95 |
| 146 : |
|
|
answord DF@ FLOAT-EXT d-f-fetch \ 12.6.2.1204 96 |
| 147 : |
|
|
answord DFALIGN FLOAT-EXT d-f-align \ 12.6.2.1205 96 |
| 148 : |
|
|
answord DFALIGNED FLOAT-EXT d-f-aligned \ 12.6.2.1207 96 |
| 149 : |
|
|
answord DFLOAT+ FLOAT-EXT d-float-plus \ 12.6.2.1208 96 |
| 150 : |
|
|
answord DFLOATS FLOAT-EXT d-floats \ 12.6.2.1209 96 |
| 151 : |
|
|
answord DMAX DOUBLE d-max \ 8.6.1.1210 68 |
| 152 : |
|
|
answord DMIN DOUBLE d-min \ 8.6.1.1220 69 |
| 153 : |
|
|
answord DNEGATE DOUBLE d-negate \ 8.6.1.1230 69 |
| 154 : |
|
|
answord DO CORE DO \ 6.1.1240 36 |
| 155 : |
|
|
answord DOES> CORE does \ 6.1.1250 37 |
| 156 : |
|
|
answord DROP CORE DROP \ 6.1.1260 37 |
| 157 : |
|
|
answord DU< DOUBLE-EXT d-u-less \ 8.6.2.1270 69 |
| 158 : |
|
|
answord DUMP TOOLS DUMP \ 15.6.1.1280 112 |
| 159 : |
|
|
answord DUP CORE dupe \ 6.1.1290 37 |
| 160 : |
|
|
answord EDITOR TOOLS-EXT EDITOR \ 15.6.2.1300 115 |
| 161 : |
|
|
answord EKEY FACILITY-EXT e-key \ 10.6.2.1305 76 |
| 162 : |
|
|
answord EKEY>CHAR FACILITY-EXT e-key-to-char \ 10.6.2.1306 76 |
| 163 : |
|
|
answord EKEY? FACILITY-EXT e-key-question \ 10.6.2.1307 76 |
| 164 : |
|
|
answord ELSE CORE ELSE \ 6.1.1310 37 |
| 165 : |
|
|
answord EMIT CORE EMIT \ 6.1.1320 38 |
| 166 : |
|
|
answord EMIT? FACILITY-EXT emit-question \ 10.6.2.1325 76 |
| 167 : |
|
|
answord EMPTY-BUFFERS BLOCK-EXT EMPTY-BUFFERS \ 7.6.2.1330 63 |
| 168 : |
|
|
answord ENDCASE CORE-EXT end-case \ 6.2.1342 53 |
| 169 : |
|
|
answord ENDOF CORE-EXT end-of \ 6.2.1343 53 |
| 170 : |
|
|
answord ENVIRONMENT? CORE environment-query \ 6.1.1345 38 |
| 171 : |
|
|
answord ERASE CORE-EXT ERASE \ 6.2.1350 53 |
| 172 : |
|
|
answord EVALUATE CORE EVALUATE \ 6.1.1360 38 |
| 173 : |
|
|
answord EVALUATE BLOCK EVALUATE \ 7.6.1.1360 63 |
| 174 : |
|
|
answord EXECUTE CORE EXECUTE \ 6.1.1370 38 |
| 175 : |
|
|
answord EXIT CORE EXIT \ 6.1.1380 38 |
| 176 : |
|
|
answord EXPECT CORE-EXT EXPECT \ 6.2.1390 53 |
| 177 : |
|
|
answord F! FLOAT f-store \ 12.6.1.1400 91 |
| 178 : |
|
|
answord F* FLOAT f-star \ 12.6.1.1410 91 |
| 179 : |
|
|
answord F** FLOAT-EXT f-star-star \ 12.6.2.1415 96 |
| 180 : |
|
|
answord F+ FLOAT f-plus \ 12.6.1.1420 91 |
| 181 : |
|
|
answord F- FLOAT f-minus \ 12.6.1.1425 91 |
| 182 : |
|
|
answord F. FLOAT-EXT f-dot \ 12.6.2.1427 97 |
| 183 : |
|
|
answord F/ FLOAT f-slash \ 12.6.1.1430 92 |
| 184 : |
|
|
answord F0< FLOAT f-zero-less-than \ 12.6.1.1440 92 |
| 185 : |
|
|
answord F0= FLOAT f-zero-equals \ 12.6.1.1450 92 |
| 186 : |
|
|
answord F< FLOAT f-less-than \ 12.6.1.1460 92 |
| 187 : |
|
|
answord F>D FLOAT f-to-d \ 12.6.1.1470 92 |
| 188 : |
|
|
answord F@ FLOAT f-fetch \ 12.6.1.1472 92 |
| 189 : |
|
|
answord FABS FLOAT-EXT f-abs \ 12.6.2.1474 97 |
| 190 : |
|
|
answord FACOS FLOAT-EXT f-a-cos \ 12.6.2.1476 97 |
| 191 : |
|
|
answord FACOSH FLOAT-EXT f-a-cosh \ 12.6.2.1477 97 |
| 192 : |
|
|
answord FALIGN FLOAT f-align \ 12.6.1.1479 92 |
| 193 : |
|
|
answord FALIGNED FLOAT f-aligned \ 12.6.1.1483 92 |
| 194 : |
|
|
answord FALOG FLOAT-EXT f-a-log \ 12.6.2.1484 97 |
| 195 : |
|
|
answord FALSE CORE-EXT FALSE \ 6.2.1485 54 |
| 196 : |
|
|
answord FASIN FLOAT-EXT f-a-sine \ 12.6.2.1486 97 |
| 197 : |
|
|
answord FASINH FLOAT-EXT f-a-cinch \ 12.6.2.1487 97 |
| 198 : |
|
|
answord FATAN FLOAT-EXT f-a-tan \ 12.6.2.1488 98 |
| 199 : |
|
|
answord FATAN2 FLOAT-EXT f-a-tan-two \ 12.6.2.1489 98 |
| 200 : |
|
|
answord FATANH FLOAT-EXT f-a-tan-h \ 12.6.2.1491 98 |
| 201 : |
|
|
answord FCONSTANT FLOAT f-constant \ 12.6.1.1492 93 |
| 202 : |
|
|
answord FCOS FLOAT-EXT f-cos \ 12.6.2.1493 98 |
| 203 : |
|
|
answord FCOSH FLOAT-EXT f-cosh \ 12.6.2.1494 98 |
| 204 : |
|
|
answord FDEPTH FLOAT f-depth \ 12.6.1.1497 93 |
| 205 : |
|
|
answord FDROP FLOAT f-drop \ 12.6.1.1500 93 |
| 206 : |
|
|
answord FDUP FLOAT f-dupe \ 12.6.1.1510 93 |
| 207 : |
|
|
answord FE. FLOAT-EXT f-e-dot \ 12.6.2.1513 98 |
| 208 : |
|
|
answord FEXP FLOAT-EXT f-e-x-p \ 12.6.2.1515 98 |
| 209 : |
|
|
answord FEXPM1 FLOAT-EXT f-e-x-p-m-one \ 12.6.2.1516 99 |
| 210 : |
|
|
answord FILE-POSITION FILE FILE-POSITION \ 11.6.1.1520 81 |
| 211 : |
|
|
answord FILE-SIZE FILE FILE-SIZE \ 11.6.1.1522 81 |
| 212 : |
|
|
answord FILE-STATUS FILE-EXT FILE-STATUS \ 11.6.2.1524 85 |
| 213 : |
|
|
answord FILL CORE FILL \ 6.1.1540 39 |
| 214 : |
|
|
answord FIND CORE FIND \ 6.1.1550 39 |
| 215 : |
|
|
answord FIND SEARCH FIND \ 16.6.1.1550 119 |
| 216 : |
|
|
answord FLITERAL FLOAT f-literal \ 12.6.1.1552 93 |
| 217 : |
|
|
answord FLN FLOAT-EXT f-l-n \ 12.6.2.1553 99 |
| 218 : |
|
|
answord FLNP1 FLOAT-EXT f-l-n-p-one \ 12.6.2.1554 99 |
| 219 : |
|
|
answord FLOAT+ FLOAT float-plus \ 12.6.1.1555 93 |
| 220 : |
|
|
answord FLOATS FLOAT FLOATS \ 12.6.1.1556 94 |
| 221 : |
|
|
answord FLOG FLOAT-EXT f-log \ 12.6.2.1557 99 |
| 222 : |
|
|
answord FLOOR FLOAT FLOOR \ 12.6.1.1558 94 |
| 223 : |
|
|
answord FLUSH BLOCK FLUSH \ 7.6.1.1559 63 |
| 224 : |
|
|
answord FLUSH-FILE FILE-EXT FLUSH-FILE \ 11.6.2.1560 85 |
| 225 : |
|
|
answord FM/MOD CORE f-m-slash-mod \ 6.1.1561 39 |
| 226 : |
|
|
answord FMAX FLOAT f-max \ 12.6.1.1562 94 |
| 227 : |
|
|
answord FMIN FLOAT f-min \ 12.6.1.1565 94 |
| 228 : |
|
|
answord FNEGATE FLOAT f-negate \ 12.6.1.1567 94 |
| 229 : |
|
|
answord FORGET TOOLS-EXT FORGET \ 15.6.2.1580 115 |
| 230 : |
|
|
answord FORTH SEARCH-EXT FORTH \ 16.6.2.1590 120 |
| 231 : |
|
|
answord FORTH-WORDLIST SEARCH FORTH-WORDLIST \ 16.6.1.1595 119 |
| 232 : |
|
|
answord FOVER FLOAT f-over \ 12.6.1.1600 94 |
| 233 : |
|
|
answord FREE MEMORY FREE \ 14.6.1.1605 109 |
| 234 : |
|
|
answord FROT FLOAT f-rote \ 12.6.1.1610 94 |
| 235 : |
|
|
answord FROUND FLOAT f-round \ 12.6.1.1612 94 |
| 236 : |
|
|
answord FS. FLOAT-EXT f-s-dot \ 12.6.2.1613 99 |
| 237 : |
|
|
answord FSIN FLOAT-EXT f-sine \ 12.6.2.1614 99 |
| 238 : |
|
|
answord FSINCOS FLOAT-EXT f-sine-cos \ 12.6.2.1616 100 |
| 239 : |
|
|
answord FSINH FLOAT-EXT f-cinch \ 12.6.2.1617 100 |
| 240 : |
|
|
answord FSQRT FLOAT-EXT f-square-root \ 12.6.2.1618 100 |
| 241 : |
|
|
answord FSWAP FLOAT f-swap \ 12.6.1.1620 94 |
| 242 : |
|
|
answord FTAN FLOAT-EXT f-tan \ 12.6.2.1625 100 |
| 243 : |
|
|
answord FTANH FLOAT-EXT f-tan-h \ 12.6.2.1626 100 |
| 244 : |
|
|
answord FVARIABLE FLOAT f-variable \ 12.6.1.1630 95 |
| 245 : |
|
|
answord F~ FLOAT-EXT f-proximate \ 12.6.2.1640 100 |
| 246 : |
|
|
answord GET-CURRENT SEARCH GET-CURRENT \ 16.6.1.1643 119 |
| 247 : |
|
|
answord GET-ORDER SEARCH GET-ORDER \ 16.6.1.1647 119 |
| 248 : |
|
|
answord HERE CORE HERE \ 6.1.1650 39 |
| 249 : |
|
|
answord HEX CORE-EXT HEX \ 6.2.1660 54 |
| 250 : |
|
|
answord HOLD CORE HOLD \ 6.1.1670 39 |
| 251 : |
|
|
answord I CORE I \ 6.1.1680 39 |
| 252 : |
|
|
answord IF CORE IF \ 6.1.1700 40 |
| 253 : |
|
|
answord IMMEDIATE CORE IMMEDIATE \ 6.1.1710 40 |
| 254 : |
|
|
answord INCLUDE-FILE FILE INCLUDE-FILE \ 11.6.1.1717 81 |
| 255 : |
|
|
answord INCLUDED FILE INCLUDED \ 11.6.1.1718 82 |
| 256 : |
|
|
answord INVERT CORE INVERT \ 6.1.1720 40 |
| 257 : |
|
|
answord J CORE J \ 6.1.1730 40 |
| 258 : |
|
|
answord KEY CORE KEY \ 6.1.1750 40 |
| 259 : |
|
|
answord KEY? FACILITY key-question \ 10.6.1.1755 75 |
| 260 : |
|
|
answord LEAVE CORE LEAVE \ 6.1.1760 41 |
| 261 : |
|
|
answord LIST BLOCK-EXT LIST \ 7.6.2.1770 64 |
| 262 : |
|
|
answord LITERAL CORE LITERAL \ 6.1.1780 41 |
| 263 : |
|
|
answord LOAD BLOCK LOAD \ 7.6.1.1790 63 |
| 264 : |
|
|
answord LOCALS| LOCAL-EXT locals-bar \ 13.6.2.1795 106 |
| 265 : |
|
|
answord LOOP CORE LOOP \ 6.1.1800 41 |
| 266 : |
|
|
answord LSHIFT CORE l-shift \ 6.1.1805 41 |
| 267 : |
|
|
answord M* CORE m-star \ 6.1.1810 41 |
| 268 : |
|
|
answord M*/ DOUBLE m-star-slash \ 8.6.1.1820 69 |
| 269 : |
|
|
answord M+ DOUBLE m-plus \ 8.6.1.1830 69 |
| 270 : |
|
|
answord MARKER CORE-EXT MARKER \ 6.2.1850 54 |
| 271 : |
|
|
answord MAX CORE MAX \ 6.1.1870 42 |
| 272 : |
|
|
answord MIN CORE MIN \ 6.1.1880 42 |
| 273 : |
|
|
answord MOD CORE MOD \ 6.1.1890 42 |
| 274 : |
|
|
answord MOVE CORE MOVE \ 6.1.1900 42 |
| 275 : |
|
|
answord MS FACILITY-EXT MS \ 10.6.2.1905 76 |
| 276 : |
|
|
answord NEGATE CORE NEGATE \ 6.1.1910 42 |
| 277 : |
|
|
answord NIP CORE-EXT NIP \ 6.2.1930 54 |
| 278 : |
|
|
answord OF CORE-EXT OF \ 6.2.1950 54 |
| 279 : |
|
|
answord ONLY SEARCH-EXT ONLY \ 16.6.2.1965 121 |
| 280 : |
|
|
answord OPEN-FILE FILE OPEN-FILE \ 11.6.1.1970 82 |
| 281 : |
|
|
answord OR CORE OR \ 6.1.1980 42 |
| 282 : |
|
|
answord ORDER SEARCH-EXT ORDER \ 16.6.2.1985 121 |
| 283 : |
|
|
answord OVER CORE OVER \ 6.1.1990 42 |
| 284 : |
|
|
answord PAD CORE-EXT PAD \ 6.2.2000 55 |
| 285 : |
|
|
answord PAGE FACILITY PAGE \ 10.6.1.2005 75 |
| 286 : |
|
|
answord PARSE CORE-EXT PARSE \ 6.2.2008 55 |
| 287 : |
|
|
answord PICK CORE-EXT PICK \ 6.2.2030 55 |
| 288 : |
|
|
answord POSTPONE CORE POSTPONE \ 6.1.2033 43 |
| 289 : |
|
|
answord PRECISION FLOAT-EXT PRECISION \ 12.6.2.2035 100 |
| 290 : |
|
|
answord PREVIOUS SEARCH-EXT PREVIOUS \ 16.6.2.2037 121 |
| 291 : |
|
|
answord QUERY CORE-EXT QUERY \ 6.2.2040 55 |
| 292 : |
|
|
answord QUIT CORE QUIT \ 6.1.2050 43 |
| 293 : |
|
|
answord R/O FILE r-o \ 11.6.1.2054 82 |
| 294 : |
|
|
answord R/W FILE r-w \ 11.6.1.2056 83 |
| 295 : |
|
|
answord R> CORE r-from \ 6.1.2060 43 |
| 296 : |
|
|
answord R@ CORE r-fetch \ 6.1.2070 43 |
| 297 : |
|
|
answord READ-FILE FILE READ-FILE \ 11.6.1.2080 83 |
| 298 : |
|
|
answord READ-LINE FILE READ-LINE \ 11.6.1.2090 83 |
| 299 : |
|
|
answord RECURSE CORE RECURSE \ 6.1.2120 43 |
| 300 : |
|
|
answord REFILL CORE-EXT REFILL \ 6.2.2125 55 |
| 301 : |
|
|
answord REFILL BLOCK-EXT REFILL \ 7.6.2.2125 64 |
| 302 : |
|
|
answord REFILL FILE-EXT REFILL \ 11.6.2.2125 86 |
| 303 : |
|
|
answord RENAME-FILE FILE-EXT RENAME-FILE \ 11.6.2.2130 86 |
| 304 : |
|
|
answord REPEAT CORE REPEAT \ 6.1.2140 44 |
| 305 : |
|
|
answord REPOSITION-FILE FILE REPOSITION-FILE \ 11.6.1.2142 84 |
| 306 : |
|
|
answord REPRESENT FLOAT REPRESENT \ 12.6.1.2143 95 |
| 307 : |
|
|
answord RESIZE MEMORY RESIZE \ 14.6.1.2145 109 |
| 308 : |
|
|
answord RESIZE-FILE FILE RESIZE-FILE \ 11.6.1.2147 84 |
| 309 : |
|
|
answord RESTORE-INPUT CORE-EXT RESTORE-INPUT \ 6.2.2148 56 |
| 310 : |
|
|
answord ROLL CORE-EXT ROLL \ 6.2.2150 56 |
| 311 : |
|
|
answord ROT CORE rote \ 6.1.2160 44 |
| 312 : |
|
|
answord RSHIFT CORE r-shift \ 6.1.2162 44 |
| 313 : |
|
|
answord S" CORE s-quote \ 6.1.2165 44 |
| 314 : |
|
|
answord S" FILE s-quote \ 11.6.1.2165 84 |
| 315 : |
|
|
answord S>D CORE s-to-d \ 6.1.2170 44 |
| 316 : |
|
|
answord SAVE-BUFFERS BLOCK SAVE-BUFFERS \ 7.6.1.2180 63 |
| 317 : |
|
|
answord SAVE-INPUT CORE-EXT SAVE-INPUT \ 6.2.2182 56 |
| 318 : |
|
|
answord SCR BLOCK-EXT s-c-r \ 7.6.2.2190 64 |
| 319 : |
|
|
answord SEARCH STRING SEARCH \ 17.6.1.2191 124 |
| 320 : |
|
|
answord SEARCH-WORDLIST SEARCH SEARCH-WORDLIST \ 16.6.1.2192 120 |
| 321 : |
|
|
answord SEE TOOLS SEE \ 15.6.1.2194 112 |
| 322 : |
|
|
answord SET-CURRENT SEARCH SET-CURRENT \ 16.6.1.2195 120 |
| 323 : |
|
|
answord SET-ORDER SEARCH SET-ORDER \ 16.6.1.2197 120 |
| 324 : |
|
|
answord SET-PRECISION FLOAT-EXT SET-PRECISION \ 12.6.2.2200 100 |
| 325 : |
|
|
answord SF! FLOAT-EXT s-f-store \ 12.6.2.2202 101 |
| 326 : |
|
|
answord SF@ FLOAT-EXT s-f-fetch \ 12.6.2.2203 101 |
| 327 : |
|
|
answord SFALIGN FLOAT-EXT s-f-align \ 12.6.2.2204 101 |
| 328 : |
|
|
answord SFALIGNED FLOAT-EXT s-f-aligned \ 12.6.2.2206 101 |
| 329 : |
|
|
answord SFLOAT+ FLOAT-EXT s-float-plus \ 12.6.2.2207 101 |
| 330 : |
|
|
answord SFLOATS FLOAT-EXT s-floats \ 12.6.2.2208 101 |
| 331 : |
|
|
answord SIGN CORE SIGN \ 6.1.2210 45 |
| 332 : |
|
|
answord SLITERAL STRING SLITERAL \ 17.6.1.2212 124 |
| 333 : |
|
|
answord SM/REM CORE s-m-slash-rem \ 6.1.2214 45 |
| 334 : |
|
|
answord SOURCE CORE SOURCE \ 6.1.2216 45 |
| 335 : |
|
|
answord SOURCE-ID CORE-EXT source-i-d \ 6.2.2218 56 |
| 336 : |
|
|
answord SOURCE-ID FILE source-i-d \ 11.6.1.2218 84 |
| 337 : |
|
|
answord SPACE CORE SPACE \ 6.1.2220 45 |
| 338 : |
|
|
answord SPACES CORE SPACES \ 6.1.2230 45 |
| 339 : |
|
|
answord SPAN CORE-EXT SPAN \ 6.2.2240 56 |
| 340 : |
|
|
answord STATE CORE STATE \ 6.1.2250 45 |
| 341 : |
|
|
answord STATE TOOLS-EXT STATE \ 15.6.2.2250 115 |
| 342 : |
|
|
answord SWAP CORE SWAP \ 6.1.2260 45 |
| 343 : |
|
|
answord THEN CORE THEN \ 6.1.2270 46 |
| 344 : |
|
|
answord THROW EXCEPTION THROW \ 9.6.1.2275 73 |
| 345 : |
|
|
answord THRU BLOCK-EXT THRU \ 7.6.2.2280 64 |
| 346 : |
|
|
answord TIB CORE-EXT t-i-b \ 6.2.2290 56 |
| 347 : |
|
|
answord TIME&DATE FACILITY-EXT time-and-date \ 10.6.2.2292 76 |
| 348 : |
|
|
answord TO CORE-EXT TO \ 6.2.2295 57 |
| 349 : |
|
|
answord TO LOCAL TO \ 13.6.1.2295 106 |
| 350 : |
|
|
answord TRUE CORE-EXT TRUE \ 6.2.2298 57 |
| 351 : |
|
|
answord TUCK CORE-EXT TUCK \ 6.2.2300 57 |
| 352 : |
|
|
answord TYPE CORE TYPE \ 6.1.2310 46 |
| 353 : |
|
|
answord U. CORE u-dot \ 6.1.2320 46 |
| 354 : |
|
|
answord U.R CORE-EXT u-dot-r \ 6.2.2330 57 |
| 355 : |
|
|
answord U< CORE u-less-than \ 6.1.2340 46 |
| 356 : |
|
|
answord U> CORE-EXT u-greater-than \ 6.2.2350 57 |
| 357 : |
|
|
answord UM* CORE u-m-star \ 6.1.2360 46 |
| 358 : |
|
|
answord UM/MOD CORE u-m-slash-mod \ 6.1.2370 46 |
| 359 : |
|
|
answord UNLOOP CORE UNLOOP \ 6.1.2380 47 |
| 360 : |
|
|
answord UNTIL CORE UNTIL \ 6.1.2390 47 |
| 361 : |
|
|
answord UNUSED CORE-EXT UNUSED \ 6.2.2395 57 |
| 362 : |
|
|
answord UPDATE BLOCK UPDATE \ 7.6.1.2400 63 |
| 363 : |
|
|
answord VALUE CORE-EXT VALUE \ 6.2.2405 58 |
| 364 : |
|
|
answord VARIABLE CORE VARIABLE \ 6.1.2410 47 |
| 365 : |
|
|
answord W/O FILE w-o \ 11.6.1.2425 85 |
| 366 : |
|
|
answord WHILE CORE WHILE \ 6.1.2430 47 |
| 367 : |
|
|
answord WITHIN CORE-EXT WITHIN \ 6.2.2440 58 |
| 368 : |
|
|
answord WORD CORE WORD \ 6.1.2450 48 |
| 369 : |
|
|
answord WORDLIST SEARCH WORDLIST \ 16.6.1.2460 120 |
| 370 : |
|
|
answord WORDS TOOLS WORDS \ 15.6.1.2465 113 |
| 371 : |
|
|
answord WRITE-FILE FILE WRITE-FILE \ 11.6.1.2480 85 |
| 372 : |
|
|
answord WRITE-LINE FILE WRITE-LINE \ 11.6.1.2485 85 |
| 373 : |
|
|
answord XOR CORE x-or \ 6.1.2490 48 |
| 374 : |
|
|
answord [ CORE left-bracket \ 6.1.2500 48 |
| 375 : |
|
|
answord ['] CORE bracket-tick \ 6.1.2510 48 |
| 376 : |
|
|
answord [CHAR] CORE bracket-char \ 6.1.2520 49 |
| 377 : |
|
|
answord [COMPILE] CORE-EXT bracket-compile \ 6.2.2530 58 |
| 378 : |
|
|
answord [ELSE] TOOLS-EXT bracket-else \ 15.6.2.2531 116 |
| 379 : |
|
|
answord [IF] TOOLS-EXT bracket-if \ 15.6.2.2532 116 |
| 380 : |
|
|
answord [THEN] TOOLS-EXT bracket-then \ 15.6.2.2533 116 |
| 381 : |
|
|
answord \ CORE-EXT backslash \ 6.2.2535 58 |
| 382 : |
|
|
answord \ BLOCK-EXT backslash \ 7.6.2.2535 64 |
| 383 : |
|
|
answord ] CORE right-bracket \ 6.1.2540 49 |