// Single-line comment. println["This is not a comment."] /* This tests multi-line comments. */ println["after 1"] /* This is a comment which is really long because it has lots of words and that spans multiple lines. Burma-shave. */ println["after 2"] /* This comments out a whole block. println["inside comment"] /* This is a nested comment. println["in nested comment"] */ Currently XEmacs doesn't support nested comments, so the syntax highlighter will display this improperly. */ println["after 3" /*and inline*/ ] // Single-line comment. println["after 4"]