return [ expr ]
return [
expr
Used at end of user-defined functions to exit function, returning value of expression. {N}