Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [patch][help] Additional function information

From: ingo:2b1 at: 22-Nov-2003 0:19

Hi Volker, Volker Nitsch wrote:
> How about using /return to mark return-values, like we do with /local? > demo: func[a b /return "the result of this demo-function" /local c d e][]
Well, return: [] is already used (for routine!s, as Gabriele pointed out, and /return would make /return unavailable as a refinement. Kind regards, Ingo