Skip to content

Documented the "and" and "or" builtin

Florian Naumann requested to merge bool_purist/ion:docs_and_or into master

In Ion shell the usage of the builtin "and" and "or" was not apparent before. This PR provides a explanation and example in the Ion Manual. On top these two builtin received a respective integration test.

Merge request reports