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

[REBOL] Re: How to check function arguments ?

From: chalz:earthlink at: 9-Jun-2002 0:04

Easiest solution is like Romano said: Just use any-type! I use it in a die rolling CGI script, where you can do: roll?2d6 or roll?2d6+3 (or +-3) I also use: args: system/options/args