The George Programming Language

Keyword: false

Number type representing the binary version of false (0)

obj condition = false;

bark(condition); # outputs '0' because true in binary is '0'