62b55966a7/doc/glossary.txt
| 39649651c71bddabb639fe1f02bb11eb8dd109d2 | 62b55966a78944a0cf61b110dbea9a84817fdf12 | ||
|---|---|---|---|
2 | [31m[1m Global Namespace | 2 | [31m[1m Global Namespace |
3 | [31m[1m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | 3 | [31m[1m~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
4 | 4 | ||
5 | [30m[0m[32m[1mcanvas | 5 | [30m[0m[32m[1mnet |
6 | [30m[0m[34m[1m ( - ) | ||
7 | [30m[0m Open or shut the 'net' vocabulary. Shut by default. | ||
8 | [30m[0m | ||
9 | [32m[1mfiles | ||
10 | [30m[0m[34m[1m ( - ) | ||
11 | [30m[0m Open or shut the 'files' vocabulary. Shut by default. | ||
12 | [30m[0m | ||
13 | [32m[1mcanvas | ||
6 | [30m[0m[34m[1m ( - ) | 14 | [30m[0m[34m[1m ( - ) |
7 | [30m[0m Open or shut the 'canvas' vocabulary. Shut by default. | 15 | [30m[0m Open or shut the 'canvas' vocabulary. Shut by default. |
8 | [30m[0m | 16 | [30m[0m |
... | ... | ||
79 | [30m[0m Close a socket. | 87 | [30m[0m Close a socket. |
80 | [30m[0m | 88 | [30m[0m |
81 | [32m[1mnet.send | 89 | [32m[1mnet.send |
82 | [30m[0m[34m[1m ( cn-f ) | 90 | [30m[0m[34m[1m ( $n-f ) |
83 | [30m[0m Write character 'c' to socket 'n'. | 91 | [30m[0m Write string '$' to socket 'n'. |
84 | [30m[0m | 92 | [30m[0m |
85 | [32m[1mnet.recv | 93 | [32m[1mnet.recv |
86 | [30m[0m[34m[1m ( s-c ) | 94 | [30m[0m[34m[1m ( s-c ) |
... | ... | ||
250 | used with the other functions. | 258 | used with the other functions. |
251 | [30m[0m | 259 | [30m[0m |
252 | [32m[1mfread | 260 | [32m[1mfread |
253 | [30m[0m[34m[1m ( hc-f ) | 261 | [30m[0m[34m[1m ( h-c ) |
254 | [30m[0m Read a byte from a file ('h'), storing it at address ('c'). Leaves a | 262 | [30m[0m Read a byte from a file ('h'). Returns the character read or 0 if at |
255 | flag. | 263 | EOF. |
256 | [30m[0m | 264 | [30m[0m |
257 | [32m[1mfwrite | 265 | [32m[1mfwrite |
258 | [30m[0m[34m[1m ( ch-f ) | 266 | [30m[0m[34m[1m ( ch-f ) |
... | ... | ||
519 | [30m[0m | 527 | [30m[0m |
520 | [32m[1mon | 528 | [32m[1mon |
521 | [30m[0m[34m[1m ( a- ) | 529 | [30m[0m[34m[1m ( a- ) |
522 | [30m[0m Set a variable to 'TRUE'. | 530 | [30m[0m Set a variable to -1. |
523 | [30m[0m | 531 | [30m[0m |
524 | [32m[1moff | 532 | [32m[1moff |
525 | [30m[0m[34m[1m ( a- ) | 533 | [30m[0m[34m[1m ( a- ) |
526 | [30m[0m Set a variable to 'FALSE'. | 534 | [30m[0m Set a variable to 0. |
527 | [30m[0m | 535 | [30m[0m |
528 | [32m[1m/ | 536 | [32m[1m/ |
529 | [30m[0m[34m[1m ( xy-q ) | 537 | [30m[0m[34m[1m ( xy-q ) |
... | ... | ||
827 | [30m[0m | 835 | [30m[0m |
828 | [32m[1mfb | 836 | [32m[1mfb |
829 | [30m[0m[34m[1m ( -a ) | 837 | [30m[0m[34m[1m ( -a ) |
830 | [30m[0m Variable. 'TRUE' if canvas exists, 'FALSE' otherwise. | 838 | [30m[0m Variable. -1 if canvas exists, 0 otherwise. |
831 | [30m[0m | 839 | [30m[0m |
832 | [32m[1mfw | 840 | [32m[1mfw |
833 | [30m[0m[34m[1m ( -a ) | 841 | [30m[0m[34m[1m ( -a ) |
... | ... | ||
853 | [30m[0m | 861 | [30m[0m |
854 | [32m[1mwhitespace | 862 | [32m[1mwhitespace |
855 | [30m[0m[34m[1m ( -a ) | 863 | [30m[0m[34m[1m ( -a ) |
856 | [30m[0m Variable. If 'on}}, remap cr, lf, tab to space. If 'off', do not. | 864 | [30m[0m Variable. If 'on', remap cr, lf, tab to space. If 'off', do not. |
857 | [30m[0m | 865 | [30m[0m |
858 | [32m[1mbase | 866 | [32m[1mbase |
859 | [30m[0m[34m[1m ( -a ) | 867 | [30m[0m[34m[1m ( -a ) |
... | ... | ||
1002 | [30m[0m : foo ; | 1010 | [30m[0m : foo ; |
1003 | [30m[0m | 1011 | [30m[0m |
1004 | [30m[0m | 1012 | [30m[0m |
1005 | [32m[1mTRUE | ||
1006 | [30m[0m[34m[1m ( -f ) | ||
1007 | [30m[0m Return a TRUE flag. | ||
1008 | [30m[0m | ||
1009 | [32m[1mFALSE | ||
1010 | [30m[0m[34m[1m ( -f ) | ||
1011 | [30m[0m Return a FALSE flag. | ||
1012 | [30m[0m | ||
1013 | [32m[1mahead | 1013 | [32m[1mahead |
1014 | [30m[0m[34m[1m ( -a ) | 1014 | [30m[0m[34m[1m ( -a ) |
1015 | [30m[0m Compile a jump to 0; leaving the address the jump target is at on the | 1015 | [30m[0m Compile a jump to 0; leaving the address the jump target is at on the |
Download diff