Less Than: Difference between revisions
Nikitaivanov (talk | contribs) (Created page with "/uploads/Less Than.png Outputs `True` if the first input number is smaller than the second input number File:Screenshot_2022-02-18-18-19-23-55_6c69499164362a0dbe2f1dfe7c62199a.jpg Category:Blocks ") |
(Standartuse truth in descriptions) Tags: Mobile edit Mobile web edit Advanced mobile edit |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
{{Block | |||
|image=Less Than.png | |||
|type=s | |||
|folder=math | |||
|input1={{Port|n|Num1}} | |||
|input2={{Port|n|Num2}} | |||
|output1={{Port|t|Num1 < Num2}} | |||
}} | |||
Outputs | Outputs [[True]] if the first input [[number]] is smaller than the second input number. | ||
Outputs False if it is [[Greater Than|greater than]] or [[Equal Numbers|equal]] to the second number. | |||
[[File: | [[File:Less Than example.jpg|frameless|center|Example]] | ||
== Related == | |||
* [[Greater Than]] | |||
* [[Equal Numbers]] | |||
[[Category:Blocks]] | [[Category:Blocks]] |
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.
