The George Programming Language

Keyword: true

Number type representing the binary version of true (1)

obj condition = true;

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