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 Please enable JavaScript to view the comments powered by Disqus. comments powered by Disqus
Comments¶
Inline comments¶
This is simple. Inline comments are not supported.
For example, JavaScript supports inline comments with
/*
and*/
: