Comments start with the double slash and span till the end of the line:
// this is a comment let x = 1 // this is also a comment
Multiline comments are not currently supported.
There was an error while loading. Please reload this page.