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 @@
births (('Washington' 1732) ('Lincoln' 1809) ('Roosevelt' 1882) ('Kennedy' 1917)) ls2map ! <

View file

@ -0,0 +1 @@
births cp dup {1 +} overmap !

View file

@ -0,0 +1 @@
valmap ! lsnum !

View file

@ -0,0 +1 @@
births ('Roosevelt' 'Kennedy') lumapls ! lsnum !

View file

@ -0,0 +1 @@
births map2ls !

View file

@ -0,0 +1 @@
{give swap << " " << itod << "\n" <<} each

View file

@ -0,0 +1,2 @@
foo (("bar" 17) ("baz" 42)) ls2map ! <
births foo mergemap !

View file

@ -0,0 +1 @@
births map2ls ! {give swap << " " << itod << "\n" <<} each