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

[REBOL] Re: The Great Computer Language Shootout

From: lmecir:mbox:vol:cz at: 6-Jan-2002 9:20

Hi Sunanda, <<Sunanda>> (...) Can I combine this thread with "Source code layout question" and ask "why the prefixed colons?" n: :n + 1 Unless I'm missing a subtle syntax issue or speed optimization, that's the same as n: n + 1 (...) <</Sunanda>> It is an old code and some time ago :N was faster than N. Cheers Ladislav