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 056ef69 commit 6f604a8Copy full SHA for 6f604a8
src/CSVexpressions.cls
@@ -47,7 +47,7 @@ Option Explicit
47
' Argument = (List | Variable | Operand)
48
' List = "{" ["{"] SubExpr [{";" SubExpr}] ["}"] "}"
49
' Unary = "-" | "+" | ~
50
-' Operand = ({Digit} ["."] [{Digit}] ["E"("-" | "+"){Digit}] | (True | False))
+' Operand = ({Digit} ["."] [{Digit}] ["E"("-" | "+"){Digit}] | (True | False) | "'"Alphabet"'")
51
' Variable = Alphabet [{Decimal}] [{(Digit | Alphabet)}]
52
' Alphabet = "A-Z" | "a-z"
53
' Decimal = "."
0 commit comments