Greater Than: Difference between revisions

(Updated and revisited the page)
m (Add related section, add more links)
 
(One intermediate revision by one other user not shown)
Line 8: Line 8:
}}
}}


Outputs <code>True</code> if the first input [[number]] is bigger than the second input number.
Outputs [[true]] if the first input [[number]] is bigger than the second input number.
Outputs <code>False</code> if it is [[Less Than]] or [[Equal Numbers|equal]] to the second number.
Outputs [[false]] if it is [[Less Than|less than]] or [[Equal Numbers|equal]] to the second number.


[[File:Greater Than example.jpg|frameless|center|Example]]


== Related ==
* [[Less Than]]
* [[Equal Numbers]]


[[Category:Blocks]]
[[Category:Blocks]]

Latest revision as of 13:47, 29 July 2025

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

Greater Than
Greater Than.png
TypeScript block
ColliderNone
FolderMath
Ports
Inputs Num1
Num2
Outputs Num1 > Num2
Example
Example

Related