& get() Syntax: get(<object>/<attribute>) This function returns the value of <attribute> on <object>. If <attribute> is not present on <object> the funtion will search the parent of <object> for <attribute>. Example: > &TEST me=apple orange banana > say get(me/test) You say "apple orange banana" See Also: get_eval(), u(), edefault(), udefault(), xget()