Less Than

From Fancade Wiki
Less Than
Less Than.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Num1
Num2
Outputs Num1 < Num2

Outputs true if the first input number is smaller than the second input number. Outputs false if it is greater than or equal to the second number.

Example
Example

Related