Skip to content

v0.1.0

Compare
Choose a tag to compare
@patrickomatic patrickomatic released this 10 Mar 18:40
· 387 commits to main since this release
provide a bunch of builtins and revamp how they're called

* `cellnum`: The number (integer) of the current cell. Starts at 1

* `cellref`: A reference to the current cell

* `rowabove`: A reference to the row above

* `rowbelow`: A reference to the row below

* `rownum`: The number (integer) of the current row.  Starts at 1

* `rowref`: A reference to the current row

* `cellabove`: A reference to a cell above the current row

* `celladjacent`: A reference to a cell in the current row

* `cellbelow`: A reference to a cell below the current row