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

[REBOL] Re: Shortcut word available?

From: tim-johnsons::web::com at: 8-Jun-2007 8:30

On Friday 08 June 2007, Christopher Ross-Gill wrote:
> any [my-word] > > or > > all [my-word]
;; If 'my-word has no value, you get this:
>> any[my-word]
** Script Error: my-word has no value ** Near: any [my-word]
>> all[my-word]
** Script Error: my-word has no value ** Near: all [my-word]
>> attempt[my-word]
== none ;; 'attempt will assure that the code continues Tim