Updated core functions (markdown)
parent
144beb6df0
commit
83add912dc
|
@ -6,7 +6,7 @@ Public. Takes an arbitrary number of arguments. Returns true if all are readable
|
||||||
|
|
||||||
# (atom? arg)
|
# (atom? arg)
|
||||||
|
|
||||||
Public. Takes one argument. Returns TRUE if that argument is neither a CONS cell nor a STRG cell, else NIL.
|
Public. Takes one argument. Returns TRUE if that argument is neither a CONS cell, a VECP, nor a STRG cell, else NIL.
|
||||||
|
|
||||||
# (append args...)
|
# (append args...)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue