Returns True if num is an odd integer . Returns False otherwise.
odd? ( num As Integer ) As Boolean
Intent >odd?(1) --> True
Intent >odd?(42) --> False