(any-symbol? x)
true
if x
is a simple-symbol?
the name of which begins with
"_".
`true` if `x` is a `simple-symbol?` the name of which begins with "_".
(logic-variable-symbol? x)
true if x
is in the form of a logic variable i.e. a simple symbol
with a name beginning with ?.
true if `x` is in the form of a logic variable i.e. a simple symbol with a name beginning with \?.
(memory-variable-symbol? x)
true if x is in the form of a memory variable i.e. a simple symbol with a name beginning with !.
true if x is in the form of a memory variable i.e. a simple symbol with a name beginning with \!.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close