Changes 
http://wiki.axiom-developer.org/276TheResultLooksLikeARecordButIsntARecord/diff
--
The switch 'showTypeInOutput' can be used to show the underlying type
of an object of type Any.
\begin{axiom}
)set message any off
showTypeInOutput true
\end{axiom}

Test
\begin{axiom}
a:Any:=[1,"a"]
a.1
(a.1)::Integer
(a.2)::String
\end{axiom}
--
forwarded from http://wiki.axiom-developer.org/[EMAIL PROTECTED]

Reply via email to