|
Comment code
|
// single comments
/* for multiline comments */
/// for XML comments
|
// single comments
/* for multiline comments */
|
// single comments
/* for multiline comments */
|
// single comments
/* for multiline comments */
|
// single comments
/* for multiline comments */
|
# comments
=begin
this is a comment
=end
|