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

[REBOL] Re: Tuples versus Deciamls

From: cybarite:sympatico:ca at: 12-Jan-2004 20:43

It is easy to find somethings out from the console: type? 1.1 type? 1.1.2 If it is an object then you can probe it to find out information: a: make object! [b: "test" c: 12 d: 1.877777] probe a probe a/d type? a/d