One could also add '[blank]', because if you don't select arguments in a (part of an) if expression, it evaluates to false, but you still have a valid running program.
if my_item == [blank]:
-- never called
end if
But I don't think that's necessary, 'cause nobody would really want to check in those if statements.
One could also add '[blank]', because if you don't select arguments in a (part of an) if expression, it evaluates to false, but you still have a valid running program.
But I don't think that's necessary, 'cause nobody would really want to check in those if statements.