5
let result = "hello"
Js.log(result) // prints "hello"
let result = 1
Js.log(result) // prints 1
⣿
// Generated by ReScript, PLEASE EDIT WITH CARE
console.log("hello");
console.log(1);
var result = 1;
export {
result ,
}
/* Not a pure module */
Compiled successfully
0 Errors, 0 Warnings
ReScript Version
Syntax
Module-System
Loaded Libraries
- @rescript/react
Warning Flags
+a-4-9-20-40-41-42-50-61-102