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

[REBOL] Re: question: calling functions without passing parameters

From: lmecir:mbox:vol:cz at: 7-Jan-2001 21:23

This is the current way: f: func [n [number! unset!]] [ if not value? 'n [n: 0] print n ]