operator__greaterequal.output 118 B

1234
  1. [1,2,3] >= [1,2,4] false
  2. {"A":"a","B":"b"} >= {"A":"a","B":"b"} true
  3. 17 >= 17.0000000000001 false
  4. "foo" >= "bar" true