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 4daa6b5 commit ebb80d2Copy full SHA for ebb80d2
GRAMMAR.ABNF
@@ -207,7 +207,8 @@ 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 ÷ \
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.
214
;;
0 commit comments