REBOL Programming/return
< REBOL ProgrammingUSAGE:
RETURN value
DESCRIPTION:
Returns a value from a function.
RETURN is a native value.
ARGUMENTS
- value -- (Type: any-type)
SOURCE CODE
return: native[ "Returns a value from a function." value [any-type!] ]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.