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

[REBOL] Re: REBOL Enhancement Proposals (REPs)

From: lmecir:mbox:vol:cz at: 27-Sep-2001 0:21

Hi Andrew, they actually "have" such feature: b: make path! 3 insert tail :b 'a insert tail :b "a test" insert/only tail :b first [(12 + i)] :b ; == a/"a test"/(12 + i) :-)