Add READMEs for new examples, compress large one, update docs
This commit is contained in:
parent
b81b6a5fd4
commit
91a0087d2d
9 changed files with 54 additions and 269519 deletions
6
NEWS
6
NEWS
|
@ -3,8 +3,10 @@ a spread sheet program for UNIX.
|
|||
|
||||
The changes compared to 2.3.0 are:
|
||||
|
||||
o computed styles for cells with an additional expression per cell
|
||||
o New token types: style and bool
|
||||
o Added examples updating the life simulation to illustrate the color and
|
||||
computed style features.
|
||||
o You can compute the styles for cells, with an additional expression per cell.
|
||||
o New token types: style and bool.
|
||||
o Comparison operators return bool rather than int (Note this can be a breaking
|
||||
change; you may need to wrap comparisons in int() if you are using the result
|
||||
in a numerical computation.)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue