0
/* // ' % # Comment on Comments. */
/* // ' % # Why, Why, Why, do so many languages decide to use different characters to delimit comments? */
4 Answers
+ 4
You are coding in Ruby and only complain about the synthax of comments? The whole synthax is throwing me off.
0
Because there is not a convention, that restricts the comment syntax
Jast for the record, Transact-SQL uses '--' as single comment.
0
it's up to the compiler or interpreter and the developer who developed .who developed that language
0
DOS Batch files use REM
REM this is a line containing a remark
How many others can we think of? I'm pretty sure I've seen "!" used somewhere anyone know where?