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

[REBOL] Re: Multiple Word Conditional?

From: rsnell:webtrends at: 16-Nov-2000 11:30

Thanks a lot Joel, Larry (and Gabriele!). Excuse me for being obtuse here but I'm having a little trouble understanding it what is going on. The help for 'any says "evaluates and returns the first value that is not false or none". But this means that the if statements (if one [print "1"]) must evaluate and become a value. However if I try to obtain that value: v: if one [print "1"] I get a script error indicating that the (if...) does not return a value. How does 'any know that one of the (if...)'s were taken if they don't return a value? TIA, Rodney