|
|
|
|
|
by gruseom
4823 days ago
|
|
Even "no variables" and "no state" are arguably untrue. The state of a spreadsheet consists of the values sitting in its cells. You mutate them by editing them. One FP attribute that spreadsheets do have is referential transparency: the same inputs given to the same formula will always produce the same result. |
|