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

[REBOL] WYSIWYG programming (was: Block Creation)

From: lmecir:geocities at: 25-Oct-2000 2:54

Hello list, I decided to write this, because I feel, that there is still a room for a totally different description of What Is Going On and What Shall We Do. code1: [ i: 0 while [(i: i + 1) <= 5] [ block: [] insert block "text" ] block ] ; Let's look at the result: do code1 *Every* newcomer labels the behaviour of Code1 as strange. Why? The reason is not the surprise, that Block