Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 218 Bytes

GreaterOrEquals.md

File metadata and controls

14 lines (7 loc) · 218 Bytes

GreaterOrEquals

Returns if a is greater than b or equal to b.

c = a >= b

Types