; Data: - Addr: - Float: - End the current definition. Class: class:macro | Namespace: global | Interface Layer: all call Data: a- Addr: - Float: - Call a function. Class: class:primitive | Namespace: global | Interface Layer: all pop Data: -n Addr: n- Float: - Move a value from the return stack to the data stack. Class: class:macro | Namespace: global | Interface Layer: all push Data: n- Addr: -n Float: - Move a value from the data stack to the return stack. Class: class:macro | Namespace: global | Interface Layer: all reorder Data: ...ss-? Addr: - Float: - Restructure the order of items on the stack. Class: class:word | Namespace: global | Interface Layer: all sigil:' Data: s-s Addr: - Float: - Process token as a string. Interpret Time: Move string into temporary buffer. If `RewriteUnderscores` is `TRUE`, replace all instances of _ with space. Compile Time: Move string into temporary buffer. If `RewriteUnderscores` is `TRUE`, replace all instances of _ with space. Then compile the string into the current definition. Class: class:macro | Namespace: sigil | Interface Layer: all sigil:( Data: s- Addr: - Float: - Process token as a comment. Interpret Time: Discard the string. Compile Time: Discard the string. Class: class:macro | Namespace: sigil | Interface Layer: all sigil:: Data: s- Addr: - Float: - Hook. Process token as a new definition. Interpret Time: Create a header pointing to `here` with the provided string as the name. Sets class to `class:word`. Class: class:macro | Namespace: sigil | Interface Layer: all