; Data: - Addr: - Float: - End the current definition. Class: class:macro | Namespace: global | Interface Layer: all f:* Data: - Addr: - Float: FF-F Multiply two floating-point numbers, returning the result. Class: class:word | Namespace: f | Interface Layer: rre Example #1: .3.1415 .22 f:* f:+ Data: - Addr: - Float: FF-F Add two floating-point numbers, returning the result. Class: class:word | Namespace: f | Interface Layer: rre Example #1: .3.1 .22 f:+ f:/ Data: - Addr: - Float: FF-F Divide floating-point value F1 by F2. Class: class:word | Namespace: f | Interface Layer: rre f:put Data: - Addr: - Float: F- Display a floating-point number. Class: class:word | Namespace: global | Interface Layer: rre nl Data: - Addr: - Float: - Display a newline. Class: class:word | Namespace: global | Interface Layer: all s:put Data: s- Addr: - Float: - Display a string. 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: -F Interpret time: convert string to a floating-point value. Compile time: convert string to a floating-point value and compile code to push this value to the float stack. Class: class:macro | Namespace: sigil | Interface Layer: rre 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