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

[REBOL] while statement problem

From: capolunghi::att::com at: 3-Oct-2000 9:57

Anyone, Just learning REbol and need some explanation as to how to do this: while [ prime and test <= square-root number ] [..] Rebol complains that i can't use an and . Can multiple conditions be placed in the while clause ??? If so, how do you do it? Thanks in advance! Joe