Greater Than

From Fancade Wiki
Revision as of 13:47, 29 July 2025 by -u ndefined- (talk | contribs) (Add related section, add more links)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Related