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

[REBOL] Re: If without a THEN

From: sanghabum:aol at: 9-Aug-2001 17:29

Thanks for all the replies. My original typo has opened up a new world of Rebol syntax for me. I can now write code like: if 1 = 1 load/all %myscript.r rather than if 1 = 1 [do %myscript.r] I'm sure I'll think of a good use for this, other than using less of the world's supply of pesky square brackets --Colin