1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
This commit is contained in:
Calvin Rose 2021-08-26 22:23:21 -05:00
parent 6f6edd37ef
commit 0ab96b8e47

View File

@ -1669,7 +1669,7 @@
* tuple -- a tuple pattern will match if its first element matches, and the
following elements are treated as predicates and are true.
* `_` symbol -- the last special case is the `_` symbol, which is a wildcard
* `\_` symbol -- the last special case is the `\_` symbol, which is a wildcard
that will match any value without creating a binding.
While a symbol pattern will ordinarily match any value, the pattern `(@ <sym>)`,