Tutorial: Add A Table Of Roc's Keywords

Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
This commit is contained in:
human154 2023-04-20 14:37:18 -04:00 committed by GitHub
parent 26846e14aa
commit 760b9bbe03
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1978,3 +1978,11 @@ Here are various Roc expressions involving operators, and what they desugar to.
| <code>a \|> b</code> | `b a` |
| <code>a b c \|> f x y</code> | `f (a b c) x y` |
### [Roc's Keywords](#keyword-table) {#keyword-table}
| | | | | | |
| --- | --- | --- | --- | --- | --- |
| app | as | dbg | crash | else | expect|
| expect-fx | exposes | generates | hosted | if | imports |
| interface | is | package | packages | platform | provides |
| requires | then | to | when | with| |