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

[REBOL] Re: Backwards Navigation on path

From: nc-nitschvo2:netcologne at: 12-Oct-2001 10:01

Aother trick: a: context[ b: context compose[embedded-in: (self)] ] everything you write in brackets in compose is replaced before makeing the context, so the (self) is a/self. nice for double names to, like x: 2 y:3 z: 4 koord3d: context compose[x: (x) y: (y) z: (z)] -Volker Ammon Cooke wrote: