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

[REBOL] Re: WYSIWYG programming (was: Block Creation)

From: holger:rebol at: 30-Oct-2000 10:00

On Mon, Oct 30, 2000 at 08:39:45AM -0800, [jeff--rebol--net] wrote:
> > Howdy, Holger: > > > Most languages have expressions which are well-formed > > within the language, yet have unspecified semantics. An > > example is something like > > > > a: (*p++)+(*p++) > > > > in C. Here it is undefined > > You bet it's undefined. What are you gunna do: goto the > label a;? ;-)
Argl... Too much REBOL. I see colons everywhere :). a=(*p++)+(*p++); -- Holger Kruse [holger--rebol--com]