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:
parent
7b794f90b9
commit
5176005bb3
4 changed files with 357 additions and 82 deletions
1
NEWS
1
NEWS
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue