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:
e = eq "" ""
if ${e}
# do stuff
end
This fails:
if eq "" ""
# do stuff
end
Error Stack
ERROR - Error while running duckscript: Source: Unknown Line: 16 - Two arguments are required.
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.