Standard LibraryFunctionsoddOn this pageodd odd(Object x) -> Object Tests whether an integer is odd. Parameters x: The integer to test. Returns Whether the value is odd. Example odd(4)//-> false