This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
( useful things ) | |
: dictionary.find/xt ( string:name - xt ) find [ @d->xt ] [ drop #0 ] if ; | |
: getc:internal ( -c ) &getc 2 + @ do ; | |
: __$ keepString 1 , , &dictionary.find/xt , ; parsing | |
( keymap ) | |
9 variable: prefix:CHAR | |
create prefix:TABLE 256 allot | |
( We will lookup the keymap by name, to allow for per-application maps ) |
OlderNewer