Comment
行末コメント
string variable = "value"; // Comment
単行コメント
// Comment
string variable = "value";
複数行コメント
/*
Comment
Comment
Comment
*/
string variable = "value";
string variable = "value"; // Comment
// Comment
string variable = "value";
/*
Comment
Comment
Comment
*/
string variable = "value";