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 fb576ba commit 618c010Copy full SHA for 618c010
README.md
@@ -42,7 +42,7 @@ Variable = Alphabet [{Decimal}] [{(Digit | Alphabet)}]
42
Alphabet = "A-Z" | "a-z"
43
Decimal = "."
44
Digit = "0-9"
45
-Operator = "+" | "-" | "\*" | "/" | "\" | "^" | "%" | "<" | "<=" | "<>" | ">" | ">=" | "=" | "&" | "|" | "||"
+Operator = "+" | "-" | "*" | "/" | "\" | "^" | "%" | "<" | "<=" | "<>" | ">" | ">=" | "=" | "&" | "|" | "||"
46
Function = "abs" | "sin" | "cos" | "min" |...|[UDF]
47
```
48
0 commit comments