Odd tester

[number/Odd tester]


Tells whether a number is odd. Example:

  1. 23@0 is received via number

  2. true@0 is sent via odd


Keywords: number, odd, integer

Input ports

  • number: number

    Number to be tested for oddness.

Output ports

  • odd: boolean

    Sends true if the number is odd, false otherwise.

Last updated