Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: handle non-existing variables in comparisons
Before when we encountered a non-existing variable in a comparison it would result in an error: "no variable found for name 'x'". This commit changes this so we can deal with non-existing variables. They now get treated as ValNull and the comparison succeeds without errors.
- Loading branch information