Other Inspector Commands

Data Inspector Commands

  • sym [<identifier-name>]
    symbol [<identifier-name>]
    • Reports the type of an identifier, and its value if any.
    • It looks up the <identifier-name> in the document, and if it finds a match it displays a line describing the identifier.
    • EXAMPLE:
    • sym $street3
      |$street3| is a <global_var>, value = OBJECT <object>

Previous: Cell Inspector Commands Next: FAQ