Greater Than: Difference between revisions
Updated and revisited the page
Nikitaivanov (talk | contribs) (Created page with "/uploads/Greater Than.png Outputs `True` if the first input number is bigger than the second input number. File:Screenshot_2022-02-18-18-18-39-68_6c69499164362a0dbe2f1dfe7c62199a.jpg Category:Blocks ") |
(Updated and revisited the page) |
||
Line 1: | Line 1: | ||
{{Block | |||
|image=Greater Than.png | |||
|type=s | |||
|folder=math | |||
|input1={{Port|n|Num1}} | |||
|input2={{Port|n|Num2}} | |||
|output1={{Port|t|Num1 > Num2}} | |||
}} | |||
Outputs | Outputs <code>True</code> 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. | |||
[[Category:Blocks]] | [[Category:Blocks]] |