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

[REBOL] Re: If without a THEN

From: ammoncooke:ya:hoo at: 9-Aug-2001 13:00

ya, the code should like something like this; if xx = 9 [ remove find myblock xx ] the if statement needs to know when the *then* block (the one that contains what to do if the test statement returns true) & when it ends. HTH Ammon