sd:star_forth_dictionary
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| sd:star_forth_dictionary [2026/04/26 08:51] – appledog | sd:star_forth_dictionary [2026/04/26 08:57] (current) – appledog | ||
|---|---|---|---|
| Line 52: | Line 52: | ||
| This command drops twice. If the stack is '' | This command drops twice. If the stack is '' | ||
| + | |||
| + | == EVALUATE | ||
| + | Like EVALUATE from ANS Forth. | ||
| + | |||
| + | Experimental command. | ||
| + | |||
| + | Also see: INCLUDE | ||
| + | |||
| + | == FORGET | ||
| + | If you forget a word, then it (and any word defined after it) is unlinked from the dictionary. So if you define three words and FORGET the second one, the third one is also forgotten. | ||
| + | |||
| + | == INCLUDE | ||
| + | INCLUDE command. Experimental. | ||
| + | |||
| + | Also see: EVALUATE | ||
| + | |||
| + | == LEAVE | ||
| + | LEAVE ( -- ) Exit DO loop immediately | ||
| + | |||
| + | == LROT | ||
| + | Bitwise left rotate. | ||
| + | |||
| + | Also see: RROT, LSHIFT, RSHIFT | ||
| + | |||
| + | == LSHIFT | ||
| + | Bitwise shift left. | ||
| + | |||
| + | Also see: LROT, RROT, RSHIFT | ||
| == MAX | == MAX | ||
| Line 88: | Line 116: | ||
| Also see: MS, TIME& | Also see: MS, TIME& | ||
| + | |||
| + | == RROT | ||
| + | Bitwise rotate right. | ||
| + | |||
| + | Also see: LROT, LSHIFT, RSHIFT | ||
| + | |||
| + | == RSHIFT | ||
| + | Bitwise shift right. | ||
| + | |||
| + | Also see: LROT, RROT, LSHIFT | ||
| + | |||
| == TIME& | == TIME& | ||
sd/star_forth_dictionary.1777193492.txt.gz · Last modified: by appledog
