Logo

Programming-Idioms

This language bar is your friend. Select your favorite languages!
  • Lisp

Idiom #299 Comment out a single line

Write a line of comments.

This line will not be compiled or executed.

;; comment

Any number of semicolons will make a comment, but there is a conventional amount for different contexts.
-- This is a comment

New implementation...
< >
programming-idioms.org