Syntax Lookup

Enter some language construct you want to know more about.
This is the integer multiplication operator.

This operator performs integer multiplication.

ReScriptJS Output
let result = 2 * 3

For multiplying floats see the *. operator.