Skip to content

return

  • return

Leave current event or function.

return [<variable>];

Optionally pass back a variable’s value, from a function.