Hacker News new | ask | show | jobs
by hoytech 1735 days ago
Me too! I sometimes do this in lisp, to comment out the following expression:

    * '(1 #+nil 2 3)
    (1 3)