### Describe The Bug <!-- A clear and concise description of what the bug is. --> ``` 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 <!-- Steps to reproduce the behavior: --> ### Error Stack ```console The error stack trace ``` ### Code Sample ```rust /// paste code here ```