6
let message = if isMorning {
"Good morning!"
} else {
"Hello!"
}
⣿
React
Create a React component called 'App' if you want to render it here, then click 'Run' or enable 'Auto-run'.
Console
Add some 'Console.log' to your code and click 'Run' or enable 'Auto-run' to see your logs here.
Type Errors
[E] Line 1, column 17:
The value isMorning can't be found
Type Errors
[E] Line 1, column 17:
The value isMorning can't be found
ReScript Version
Module-System
Loaded Libraries
- @rescript/react
- compiler-builtins
- @rescript/core
Warning Flags
+a-4-9-20-40-41-42-50-61-102
Type + / - followed by a number or letter (e.g. +a+1)