Syntax Lookup

Enter some language construct you want to know more about.
This is the line comment syntax.

Use // to write a single-line comment.

Example

ReScriptJS Output
// This is a line comment
let answer = 42

References