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

Comments

Popular posts from this blog

Vim vi how to reload a file your editing