User Tools

Site Tools


sd:star_forth_dictionary

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
sd:star_forth_dictionary [2026/04/26 08:51] appledogsd:star_forth_dictionary [2026/04/26 08:57] (current) appledog
Line 52: Line 52:
  
 This command drops twice. If the stack is ''1 2 3'' then it will become ''1''. If the stack is ''3 4 5 6 7'' then it will become ''3 4 5'' This command drops twice. If the stack is ''1 2 3'' then it will become ''1''. If the stack is ''3 4 5 6 7'' then it will become ''3 4 5''
 +
 +== 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&DATE Also see: MS, TIME&DATE
 +
 +== RROT
 +Bitwise rotate right.
 +
 +Also see: LROT, LSHIFT, RSHIFT
 +
 +== RSHIFT
 +Bitwise shift right.
 +
 +Also see: LROT, RROT, LSHIFT
 +
  
 == TIME&DATE == TIME&DATE
sd/star_forth_dictionary.1777193492.txt.gz · Last modified: by appledog

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki