You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
COPY-READTABLE states that passing NIL as the readtable argument will cause the standard readtable to be copied. The other readtable functions do not state the behavior of NIL as the readtable argument. Dictionary entries affected:
COPY-READTABLE states that passing NIL as the readtable argument will cause the standard readtable to be copied. The other readtable functions do not state the behavior of NIL as the readtable argument. Dictionary entries affected:
GET-MACRO-CHARACTER
Some examples for just one of the functions, GET-MACRO-CHARACTER using the following test case:
(one) ; => T, NIL
(one) ; => T, T
(one) ; => T, T
(one) ; => T, NIL
(one) ; => T, NIL
The text was updated successfully, but these errors were encountered: