-
Notifications
You must be signed in to change notification settings - Fork 2
Devices: Comparison
Mathieu Lomax edited this page Aug 9, 2019
·
3 revisions
I/O | Num | Type |
---|---|---|
In | 0 | int/string |
In | 1 | int/string |
Out | 0 | bool |
Compares two integers and returns true if both are the same.
CompareType
Value | Description |
---|---|
int | Compare two integers |
string | Compare two strings |
Right-Click to toggle CompareType
I/O | Num | Type |
---|---|---|
In | 0 | int |
In | 1 | int |
Out | 0 | bool |
Compares two integers and returns true if the first is lesser than the second.
I/O | Num | Type |
---|---|---|
In | 0 | int |
In | 1 | int |
Out | 0 | bool |
Compares two integers and returns true if the first is greater than the second.