We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Following notation should be supported:
intA = +a print intA
But it returns a ParserException, not expecting a +.
+
See https://www.gnu.org/savannah-checkouts/gnu/gawk/manual/gawk.html#Arithmetic-Operators ("Unary plus")
Causes #58
The text was updated successfully, but these errors were encountered:
Fixed issue #68 and implemented unary plus (+a)
+a
0e41609
Merge pull request #71 from sentrysoftware/feature/issue-68-unary-plus
8eb24ac
Fixed issue #68 and implemented unary plus (`+a`)
No branches or pull requests
Following notation should be supported:
But it returns a ParserException, not expecting a
+
.See https://www.gnu.org/savannah-checkouts/gnu/gawk/manual/gawk.html#Arithmetic-Operators ("Unary plus")
Causes #58
The text was updated successfully, but these errors were encountered: