Skip to content

Latest commit

 

History

History
14 lines (7 loc) · 195 Bytes

File metadata and controls

14 lines (7 loc) · 195 Bytes

Greater

Returns if a is greater than b.

c = a > b

Types