-
Notifications
You must be signed in to change notification settings - Fork 53
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working