Skip to content
lenanya edited this page Jan 5, 2025 · 2 revisions

useage

push <value>;

pushes a node which contains value onto the stack.

examples

push 69;
push -34;
push 3.1415;
push "Hello";
push true;
Clone this wiki locally