Updated core functions (markdown)

Simon Brooke 2017-09-19 12:50:43 +01:00
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...)