* `if` builtin is the big one here - branching! Yay! * The `if` builtin requires __bool__ to be implemented for things. This is added for all builtin objects. * Vtables have slightly better ergonomics. Signed-off-by: Alek Ratzloff <alekratz@gmail.com>