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
if eq
This is similar to #47 , but this is when the empty string is part of a conditional statement like if.
if
This works:
e = eq "" "" if ${e} # do stuff end
This fails:
if eq "" "" # do stuff end
ERROR - Error while running duckscript: Source: Unknown Line: 16 - Two arguments are required.
The text was updated successfully, but these errors were encountered:
hmm seems it breaking the if/else parsing....
Sorry, something went wrong.
@wmmc88 this should be fixed now. thanks for reporting
condition_script
sagiegurari
No branches or pull requests
Describe The Bug
This is similar to #47 , but this is when the empty string is part of a conditional statement like
if
.To Reproduce
This works:
This fails:
Error Stack
ERROR - Error while running duckscript: Source: Unknown Line: 16 - Two arguments are required.
The text was updated successfully, but these errors were encountered: