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

[REBOL] Re: Need help with help

From: Izkata:Comcast at: 2-Dec-2004 17:11

Huhm.... A: get-global-funcs ;Create block B: first A ;get the first one.. do rejoin [{C: helps } B];Create a command and execute it print C ;And there ya go! (^.-)