Oxygen

any
USE: specify a parameter of uncertain type, nominally a signed integer of system width (32/64 bits wide)
EXAMPLE:
function f(any*a) {...}

REMARKS: Parameter of any type may be passed by-reference. Like C void*.

RELATED: sys types