// line comment let x = 1; /* block comment */ { value = x; /* inline */ }