feat: add if() conditional operator and update docs

This commit is contained in:
Glen Whitney 2023-05-01 22:22:34 -04:00
parent 7b794f90b9
commit 636ef0b96a
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