2
Belt.Array.forEach([1, 2, 3], num => Js.log(num))
⣿
// Generated by ReScript, PLEASE EDIT WITH CARE
import * as Belt_Array from "./stdlib/belt_Array.js";
Belt_Array.forEach([
1,
2,
3
], (function (num) {
console.log(num);
}));
export {
}
/* 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