Skip to content

#PUSH

Purpose

Pushes a compile-time variable onto the primary compile-time stack.

Syntax

#Push {compile-time-variable}

What It Does

Puts a value on top of the compile-time stack and increments the compile-time stack counter.

Example

#Push !r

In the above example, the value of the R$ compile-time variable is pushed onto the primary compile-time stack.