Comments

Comments are started by //. For example:

// This is a comment!

There are no other types of comments in Lem. The following methods will not work:

/*
I won't work!
*/
# Neither will I!