How to make a lisp comment
The semi colon
aka -> ;
; is the lisp comment character
example:
(print "Hello World\n") ; this prints the standard Hello World
aka -> ;
; is the lisp comment character
example:
(print "Hello World\n") ; this prints the standard Hello World
Comments