largerEq
x >= y
largerEq(x, y)
Try it yourself:
$1 |
2 >= 1+1
|
|
$2 |
2 > 1+1
|
|
$3 |
a = 3.2
|
|
$4 |
b = 6-2.8
|
|
$5 |
(a >= b)
|