All Downloads are FREE. Search and download functionalities are using the official Maven repository.

test_files.runtime.Operational.Logics1.jq Maven / Gradle / Ivy

(:JIQS: ShouldRun; Output="(true, true, false, true, true)" :)
true and ( true or not true ),
1 + 1 eq 2 or 1 + 1 eq 3,
0 and true, not (not 1e42),
{ "foo" : "bar" } or false




(: boolean(()), boolean(null), boolean("foo"), boolean("") tests are omitted as boolean is not implemented :)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy