2016 Update

This commit is contained in:
Tina Müller 2016-12-05 22:15:40 +01:00
parent 948b86eafa
commit dcf5d15da3
7965 changed files with 139854 additions and 31002 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

View file

@ -1,21 +0,0 @@
((main
{ (('foo' 12)
('bar' 33)
('baz' 42))
mkhash !
entsha
dup
{1 ith nl <<} each
"-----\n" <<
{2 ith %d nl <<} each})
(mkhash
{ <- newha ->
{ <- dup ->
dup 1 ith
<- 0 ith ->
inskha }
each }))