Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,13 @@
weekday{⎕IO1
days'Sunday' 'Monday' 'Tuesday' 'Wednesday' 'Thursday' 'Friday' 'Saturday'
leap4 720=4 100 400|
ld4 7 1 4 2 6 4 1 5 3 7 5
nd3 7 7 4 2 6 4 1 5 3 7 5
y m d
cy÷100 r100|y
sr÷12 t12|r
can7|2+5×4|c
doom7|s+t+can+t÷4
anchorm(1+leap y)nd ld
(1+7|7+doom+d-anchor)days
}