Number type representing false (0)
obj condition = false;
bark(condition); # outputs '0' because the false value is represented as 0