Less Than

Revision as of 13:48, 29 July 2025 by -u ndefined- (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.

Less Than
Less Than.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Num1
Num2
Outputs Num1 < Num2
Example
Example

Related