soerface / 7billionhumans

Solutions to the "7 Billion Humans" challenges
https://soerface.github.io/7billionhumans
MIT License
59 stars 31 forks source link

add 'something' argument. #36

Closed malled2002 closed 6 years ago

ansvonwa commented 6 years ago

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.