We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
push <value>;
pushes a node which contains value onto the stack.
value
push 69; push -34; push 3.1415; push "Hello"; push true;