Skip to content

Constant

true

true

false

false

null

null

Stack

$$

There is a stack of a single value, the value of the result of the prior operation. This value can be accessed by accessing the $$ variable.

> (5*2).{@$$*3}
30

See also