Skip to content

fix builtin crash for and,or,not

Michael Aaron Murphy requested to merge jcaplan:not-fix into master

Created by: jcaplan

Problem: [describe the problem you try to solve with this PR.]

running not, or, and with no arguments results in a crash.

Solution: [describe carefully what you change by this PR.]

keep it simple. not <nothing> = FAILURE

error message is printed e.g.

~/redox/ion/target/release# and
and requires at least one argument

Merge request reports