を返します。 奇数の integer の場合は True をクリックします。 を返し、それ以外の場合は False をクリックします。
odd? ( num As Integer ) As Boolean
Intent >odd?(1) --> True
Intent >odd?(42) --> False