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


-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to