Syntax Lookup

Enter some language construct you want to know more about.
This is the __LINE__ special value.

__LINE__ returns the line number in the file at which you put this very expression.

ReScriptJS Output
// Line 1
// Line 2
__LINE__->Console.log