Comments¶
Inline comments¶
This is simple. Inline comments are not supported.
For example, JavaScript supports inline comments with /*
and */
:
let foo = /* inline comment */ 'bar';
Comments
comments powered by DisqusOn this page
This is simple. Inline comments are not supported.
For example, JavaScript supports inline comments with /*
and */
:
let foo = /* inline comment */ 'bar';
Comments
comments powered by Disqus