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

[REBOL] Scripting behaviors

From: rebol-list2:seznam:cz at: 17-Jun-2003 18:37

Hello Maarten, Monday, June 16, 2003, 7:45:29 PM, you wrote: MK> Hi, MK> I put the rugby distro at: MK> http://www.koopgoedkoop.net/rugby.zip MK> This is still the March 2003 version. MK> --Maarten Thanks Maarten, but don't you have some script which is able to convert your scripts to more readable form? :) Using things like: some-function: func [ "some args" ] [ "some code" ] is not too friendly. I prefer: some-function: func [ "some args" ][ "some code" ] which you can paste into Rebol console without error! -- Best regards, rebOldes mailto:[oliva--david--seznam--cz]