5
// prints: 3 2 1, one per line
for x in 3 downto 1 {
Js.log(x)
}
⣿
// Generated by ReScript, PLEASE EDIT WITH CARE
for(var x = 3; x >= 1; --x){
console.log(x);
}
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