Toggle navigation
Extempore Functions Index
Core release (v0.8.9)
(current)
XTM Extensions
About
Submit
hidden link
atom?
scheme
Defined in:
https://github.com/digego/extempore/tree/v0.8.9/runtime/init.xtm
Implementation
;;;; atom?
(
define
(
atom?
x
)
(
not
(
pair?
x
)))
Back to Index
Similar Entries
cl:atom?
scheme
/digego/extempore/tree/v0.8.9/runtime/scheme.xtm