worked on #102: more documentation and examples
This commit is contained in:
parent
19d550c044
commit
c012b29ae5
33 changed files with 538 additions and 86 deletions
4
doc/examples/operator__greaterequal.output
Normal file
4
doc/examples/operator__greaterequal.output
Normal file
|
@ -0,0 +1,4 @@
|
|||
[1,2,3] >= [1,2,4] false
|
||||
{"A":"a","B":"b"} >= {"A":"a","B":"b"} true
|
||||
17 >= 17.0000000000001 false
|
||||
"foo" >= "bar" true
|
Loading…
Add table
Add a link
Reference in a new issue