Skip to content

Commit 618c010

Browse files
authored
Update README.md
1 parent fb576ba commit 618c010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Variable = Alphabet [{Decimal}] [{(Digit | Alphabet)}]
4242
Alphabet = "A-Z" | "a-z"
4343
Decimal = "."
4444
Digit = "0-9"
45-
Operator = "+" | "-" | "\*" | "/" | "\" | "^" | "%" | "<" | "<=" | "<>" | ">" | ">=" | "=" | "&" | "|" | "||"
45+
Operator = "+" | "-" | "*" | "/" | "\" | "^" | "%" | "<" | "<=" | "<>" | ">" | ">=" | "=" | "&" | "|" | "||"
4646
Function = "abs" | "sin" | "cos" | "min" |...|[UDF]
4747
```
4848

0 commit comments

Comments
 (0)