4
let coordinates = (10, 20, 30)
let (x, _, _) = coordinates
Js.log(x) // 10
⣿
// Generated by ReScript, PLEASE EDIT WITH CARE
console.log(10);
var coordinates = [
10,
20,
30
];
var x = 10;
export {
coordinates ,
x ,
}
/* 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