mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-09 02:54:49 +00:00
Unicode characters are escaped like \u(00) instead of \{0x00}. Tested
that this is the same for the repl and the hello world example
`Stdout.line "Hello,\u(0A)World!"`.
Found the correct syntax here:
|
||
|---|---|---|
| .. | ||
| Bool.roc | ||
| Box.roc | ||
| Decode.roc | ||
| Dict.roc | ||
| Encode.roc | ||
| Hash.roc | ||
| Json.roc | ||
| List.roc | ||
| main.roc | ||
| Num.roc | ||
| Result.roc | ||
| Set.roc | ||
| Str.roc | ||