Rebol Programming/return

USAGE:Edit

RETURN value 

DESCRIPTION:Edit

Returns a value from a function.

RETURN is a native value.

ARGUMENTSEdit

  • value -- (Type: any-type)

SOURCE CODEEdit

return: native[
    "Returns a value from a function." 
    value [any-type!]
]