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 @@
[1 2 3]

View file

@ -0,0 +1 @@
(1 2 3) ls2lf ;

View file

@ -0,0 +1 @@
[ptr 'foo' 'bar' 'baz'] ar2ls lsstr !

View file

@ -0,0 +1 @@
(1 2 3) bons ;

View file

@ -0,0 +1 @@
[ptr 1 2 3]

View file

@ -0,0 +1 @@
[1 2 3] 1 th ;

View file

@ -0,0 +1 @@
[1 2 3] dup 1 7 set ;

View file

@ -0,0 +1 @@
[ptr 1 2 3] dup 1 [ptr 7] set ;

View file

@ -0,0 +1 @@
[ptr 1 2 3 4 5 6] 1 3 slice ;

View file

@ -0,0 +1 @@
[1 2 3] [4] cat

View file

@ -0,0 +1 @@
[ptr 1 2 3] [ptr 4] cat

View file

@ -0,0 +1 @@
[1 2 3] ar2ls lsnum !