Skip to content

Commit df1e0cb

Browse files
committed
Mention @panic in README
1 parent bd805be commit df1e0cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ 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`, and `@runtime`.
156+
`@function`, `@lookup`, `@apply`, `@check`, `@index`, `@panic`, and `@runtime`.
157157

158158
Currently only `@function`, `@lookup`, `@index`, and `@apply` have syntax
159159
sugars.

0 commit comments

Comments
 (0)