Syntax Lookup

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

Use /* ... */ for multi-line comments.

Example

ReScriptJS Output
/*
  This is a block comment.
*/
let greeting = "hello"

References