; comments are annoying. For example, I make a .mrc file. There is one alias I want to disable, but I don't want to delete, it it just doesn't work yet so I want it disabled. Adding a ; to the beginning of each line is a pain, adding a /* at the beginning and a */ at the end is much easier. The reason people have given against this is it is hard to tell when you are inside a comment. I say, so what? For years people have been using the #if 0 #endif as a means of commenting out large blocks in C. No IDE I've ever seen color codes this, yet I've never heard of anyone going crazy because they didn't realize the code they were working on was in a comment...