Greater Than: Difference between revisions

From Fancade Wiki
(Updated and revisited the page)
No edit summary
Line 11: Line 11:
Outputs <code>False</code> if it is [[Less Than]] or [[Equal Numbers|equal]] to the second number.
Outputs <code>False</code> if it is [[Less Than]] or [[Equal Numbers|equal]] to the second number.


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




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

Revision as of 20:02, 18 May 2024

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

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.

Example
Example