Type tester

[boolean/Type tester]


Checks whether the data input is a boolean. Example:

  1. false@0 is received via data

  2. true@0 is sent via is boolean


Keywords: boolean, logical

Input ports

  • data: any

    Input value to be checked

Output ports

  • is boolean: boolean

    Sends true if the input is a boolean, false otherwise.

Last updated