🔍

Monadic return

Early return from a function

Syntax: return <x>; return[<x>]; :<x>

o){return 1;2}[]
1
o)