vault backup: 2025-02-24 11:53:40

This commit is contained in:
Dane Sabo 2025-02-24 11:53:40 -05:00
parent 85e6c26953
commit 4b8a2629c8

View File

@ -5,3 +5,4 @@
| `rw [h]` | $Y = X+a$ | 'Rewrite' an equation using an assumption 'h' or similar. |
| `succ x` | $Y = Y+1$ | 'Successor' says that some number is bigger than another one. |
| `\l` | $\leftarrow$ | Does the opposite of rw. Turns Ys into Xs |
| `repeat` | n/a | Repeats the following action |