Has same length tester

[data/array/Has same length tester]


Tests whether two arrays have the same length Example:

  1. [1,2]@0 recieved via array1

  2. [3,4]@0 recieved via array2

  3. true@0 sent via has same length


Keywords: compare, equality

Input ports

  • array1: any[]

    Recieves array1 to compare its lenght. Example: [1,2]

  • array2: any[]

    Recieves array2 to compare its lenght. Example: [3,4]

Output ports

  • has same length: boolean

    Sends whether length of array1 and array1 is the same. Example: true

Last updated