You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -158,8 +158,8 @@ Syntax Reference
158
158
|`block[e]`| Creates a scope block for subexpression *e* where all new symbols defined in *e* are local to it and all external symbols defined outside of the block are also available for reference within *e*. |
159
159
|`local[e]`| Creates a local scope block for subexpression *e* where all new symbols defined in *e* are local to it and there are no external symbol definitions available for reference. |
160
160
|`local(S)[e]`| Creates a local scope block for subexpression *e* where all new symbols defined in *e* are local to it and all external symbols defined outside of the block are also available for reference within *e*, except for the symbol named *S*. |
161
-
|`repeat(N)[e]`| Matches exactly *N* occurences of expression *e*. |
162
-
|`repeat(N,M)[e]`| Matches at least *N* and at most *M* occurences of expression *e*. |
161
+
|`repeat(N)[e]`| Matches exactly *N* occurences of expression *e*. |
162
+
|`repeat(N,M)[e]`| Matches at least *N* and at most *M* occurences of expression *e*. |
0 commit comments