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

[REBOL] Re: getting at it

From: lmecir::mbox::vol::cz at: 6-Feb-2002 17:14

Hi Hallvard, <<Hallvard>> ... Is there a way to 'get at system/words/prin (or other functions within paths), so that I may look at the source or lookup its type? ~H ... <</Hallvard>> The simplest way is to write: type? get in system/words 'prin Cheers Ladislav