Skip to content

Confusion about condition statement #326

@xxchan

Description

@xxchan

Describe The Bug

a = get_env ...
b = get_env ...

if not ${a} and ${b}
  ...
else
  ...
end

gets error

Error while running duckscript: Source: Unknown Line: 36 - Unexpected 'and'

To Reproduce

Error Stack

The error stack trace

Code Sample

/// paste code here

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions