operator__greater.output 115 B

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