Skip to content

Return

Inside a function body, exits early returning a value.

$ wo 'f[x_] := Return[x + 1]; f[5]'
6