奇数の整数である場合は True を返します。それ以外の場合は False を返します。
odd? ( num As Integer ) As Boolean
Intent >odd?(1) --> True
Intent >odd?(42) --> False