We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebb80d2 commit 3f784e3Copy full SHA for 3f784e3
GRAMMAR.ABNF
@@ -207,7 +207,7 @@ arithmetic-expression = expression "%" expression ; % %x37 \
207
arithmetic-expression =/ expression ( "*" / "×" ) expression ; * %x42 × %xD7 \
208
arithmetic-expression =/ expression "+" expression ; + %x43 \
209
arithmetic-expression =/ expression ( "-" / "–" ) expression ; - %x45 – %x2212 \
210
-arithmetic-expression =/ expression ( "/" / "÷" ) expression ; / %x47 ÷ \
+arithmetic-expression =/ expression ( "/" / "÷" ) expression ; / %x47 ÷ %F7 \
211
arithmetic-expression = expression "//" expression ; // %47 %47
212
;; An `arithmetic-expression` enables simple computations using the four basic operations,
213
;; as well as the modulo and integer-division operations.
0 commit comments