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

[REBOL] Re: change/at

From: rebol665:ifrance at: 20-Sep-2002 8:35

Hi List Many thanks Joel and Gabriele for your very understandable replies. I think the Core manual should emphasize more on these kinds of thing. As many, I suppose I am used to test code on the console while using a text processor. Imagine the effect of such a test on a newbie:
>> test: [false false false]
== [false false false]
>> if test/2 = false [ print "ok" ]
== none
>> test/2
== false It's not good for the Rebolution ! May be Rebol has not yet the right documentation system. I am thinking of a kind of collaborative manual, based for example on the Core.pdf, but annotated by the List. Patrick