Wiki

Clone wiki

symja_android_library / Symbols / AtomQ

AtomQ

AtomQ(expr)
returns True, if the given expression is an atomic object (i.e. no AST instance) and False otherwise.

Examples

>>> AtomQ(42)
True

Updated