Skip to content

Commit eb5990f

Browse files
authored
Merge pull request #353 from arduino/SimonePDA-patch-32
Update greaterThanOrEqualTo.adoc
2 parents dce9bb8 + 075099b commit eb5990f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Structure/Comparison Operators/greaterThanOrEqualTo.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ subCategories: [ "Comparison Operators" ]
1818

1919
[float]
2020
=== Description
21-
Compares the variable on the left with the value or variable on the right of the operator. Returns true when the operand on the left is greater (bigger) than or equal to the operand on the right.
21+
Compares the variable on the left with the value or variable on the right of the operator. Returns true when the operand on the left is greater (bigger) than or equal to the operand on the right. Please note that you may compare variables of different data types, but that could generate unpredictable results, it is therefore recommended to compare variables of the same data type including the signed/unsigned type.
2222
[%hardbreaks]
2323

2424

@@ -73,4 +73,4 @@ Positive numbers are greater than negative numbers.
7373

7474

7575
--
76-
// SEE ALSO SECTION ENDS
76+
// SEE ALSO SECTION ENDS

0 commit comments

Comments
 (0)