exit
Exits a function, returning no value.
exit is a function!
w> val: does [a:1 b: 2 a + b] w> print val 3 w> noval: does [a:1 b: 2 a + b exit] w> print noval ?unset!?
There was an error while loading. Please reload this page.