例 開始文字列「/*」 終了文字列「*/」 表示方法「コメント」 開始文字列「"」 終了文字列「"」 表示方法「文字定数」 a = 1; /*comment comment*/ b = 2; /*comment*/ c = 3; /*comment "This is not string" */ d = "string string"; e = "string"; f = "string /*This is not comment*/ ";
開始文字列「/*」 終了文字列「*/」 表示方法「コメント」 開始文字列「"」 終了文字列「"」 表示方法「文字定数」 a = 1; /*comment comment*/ b = 2; /*comment*/ c = 3; /*comment "This is not string" */ d = "string string"; e = "string"; f = "string /*This is not comment*/ ";