Less Than: Difference between revisions
-u ndefined- (talk | contribs) mNo edit summary |
(Standartuse truth in descriptions) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
Line 8: | Line 8: | ||
}} | }} | ||
Outputs [[ | Outputs [[True]] if the first input [[number]] is smaller than the second input number. | ||
Outputs | Outputs False if it is [[Greater Than|greater than]] or [[Equal Numbers|equal]] to the second number. | ||
[[File:Less Than example.jpg|frameless|center|Example]] | [[File:Less Than example.jpg|frameless|center|Example]] |
Latest revision as of 00:49, 23 August 2025
Less Than
Type | Script block |
Collider | None |
Folder | Math |
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.
