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

[REBOL] Re: Prebol problem or misunderstanding?

From: nitsch-lists:netcologne at: 18-Dec-2002 8:38

pat665 wrote:
>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 >
#do[big-version: false] ; there is build-time and runtime. only #something is executed at runtime, rest only copied.