Base Scripting Language GuidePascal-Library Custom Scripting FunctionsOddOn this pageOddReturns True if argument is an odd number. Structure Odd(X: Longint): Boolean; Parameters Return value Description Odd tests if the argument is an odd number. It returns True if X is an odd number, False if X is even.