3
let score = 10
let add = (a, b) => a + b
⣿
// Generated by ReScript, PLEASE EDIT WITH CARE
function add(a, b) {
return a + b | 0;
}
var score = 10;
export {
score ,
add ,
}
/* No side effect */
Compiled successfully
0 Errors, 0 Warnings
ReScript Version
Syntax
Module-System
Loaded Libraries
- @rescript/react
- @rescript/core
- compiler-builtins
Warning Flags
+a-4-9-20-40-41-42-50-61-102