mirror of
https://github.com/roc-lang/roc.git
synced 2024-11-10 10:02:38 +03:00
Tutorial: Add A Table Of Roc's Keywords
Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
This commit is contained in:
parent
26846e14aa
commit
760b9bbe03
@ -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| |
|
||||
|
Loading…
Reference in New Issue
Block a user