feat: add if() conditional operator and update docs (#92)

Co-authored-by: Glen Whitney <glen@studioinfinity.org>
Reviewed-on: #92
This commit is contained in:
Glen Whitney 2023-05-02 02:23:57 +00:00
parent 7b794f90b9
commit 5176005bb3
4 changed files with 357 additions and 82 deletions

1
NEWS
View file

@ -19,6 +19,7 @@ o Comparison operators return bool rather than int (Note this can be a breaking
in a numerical computation.)
o Foreground and background color style attributes for cells.
o Variable row height for cells.
o Addition of an if() conditional operator.
o Addition of a find() macro to search for a cell satisfying a condition.
o Addition of an is(VALUE, TYPE, TYPE,...) predicate
o Addition of functions for unit displacements in the six cardinal directions