Skip to content

Latest commit

 

History

History
executable file
·
15 lines (12 loc) · 562 Bytes

-gt-eq.MD

File metadata and controls

executable file
·
15 lines (12 loc) · 562 Bytes

USAGE:
     #value1 >= #value2

DESCRIPTION:
     Returns TRUE if the first value is greater than or equal to the second value.
     >= is a function .

RETURNS:
    (undocumented)

ARGUMENTS:
    #value1
    #value2


Above this line is autogenerated. Place user comments below.