1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
// comment 1 function f() { foo } // comment 2 function f() { } // comment 3 int a = 5; foo; // comment 4 string x = `foo`; // comment 5 function f() { foo }