Oxygen

goto
ACTION: jump to a specified label in the code
EXAMPLE:
function cube(f as float) as float {return f*f*f}

RELATED: jmp gosub