Skip to content

Commit 5cd6f65

Browse files
committed
Mention @if in README
1 parent 47e6350 commit 5cd6f65

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,8 @@ keyword expressions.
153153
Under the hood, keyword expressions are modeled as objects. For example, `:foo`
154154
desugars to `{@lookup key: foo}`. All such expressions have a key `0` referring
155155
to a value that is an `@`-prefixed atom (the keyword). Keywords include
156-
`@function`, `@lookup`, `@apply`, `@check`, `@index`, `@panic`, and `@runtime`.
156+
`@function`, `@lookup`, `@apply`, `@check`, `@index`, `@if`, `@panic`, and
157+
`@runtime`.
157158

158159
Currently only `@function`, `@lookup`, `@index`, and `@apply` have syntax
159160
sugars.

0 commit comments

Comments
 (0)