Skip to content
lenanya edited this page Jan 5, 2025 · 1 revision

useage

fsub;

subtracts the float node below the top of the stack from the one at the top of the stack

example

push 3.4;
push 1.1;
// there is now a float node with the value 2.1 on the stack
Clone this wiki locally