Data update

This commit is contained in:
Ingy döt Net 2025-02-27 18:35:13 -05:00
parent 8e4e15fa56
commit 72eb4943cb
1853 changed files with 35514 additions and 9441 deletions

View file

@ -1,29 +1,29 @@
(A) m n
comment:
(a) m n
M ZERO
(=) m 0
(add1) n
(A) m n
comment:
(a) m n
N ZERO
(=) n 0
(A) (sub1) m 1
(a) (sub1) m 1
(A) m n
comment:
(a) m n
DEFAULT
#true
(A) (sub1) m (A) m (sub1) n
(a) (sub1) m (a) m (sub1) n
(add1) n
comment:
=========
#true
(003) "+" n 1
(sub1) n
comment:
=========
#true
(003) "-" n 1
(=) n1 n2
comment:
=========
#true
(003) "=" n1 n2