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

[REBOL] Prebol problem or misunderstanding?

From: reboler:ifrance at: 17-Dec-2002 21:53

Hi, List Just playing around with Prebol... I'am stopped by an unexpected behaviour. This is my test that is almost coming from the documentation. REBOL [Title: "Example"] big-version: false #if [big-version] [ #include %special.r #include %features.r ] And this is the problem (odd.r is the source)
>> do/args %prebol.r [%odd.r %test.r]
** Script Error: big-version has no value ** Where: do-expr ** Near: big-version Any clue, or worth being reported to feedback the proper way? Patrick