return

Synopsis:
return [<arguments>]

Description:
return ends processing of a block such as an alias, scripted function, or an on hook, optionally giving it a return value.

Examples:
alias square return ${ [$0]*[$0] }
eval echo $square(5) /* returns 25 */

See Also:
alias
break
continue
for
while, until

 

Back

Hosted by www.Geocities.ws

1