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
This is SBCL 2.3.3, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.
SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses. See the CREDITS and COPYING files in the
distribution for more information.
*#-sbcl
(defunhello ()
#+types (formatt"Has types~%")
#-types (formatt"No types~%"))
This makes me not able to test features happily.
The text was updated successfully, but these errors were encountered:
Am I doing something wrong?
on SBCL nothing will happen:
This makes me not able to test features happily.
The text was updated successfully, but these errors were encountered: