Initial data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 72d218235f
commit f23f22d71c
199087 changed files with 3378941 additions and 0 deletions

View file

@ -0,0 +1 @@
list l;

View file

@ -0,0 +1,3 @@
l_append(l, 3);
l_append(l, "arrays");
l_append(l, pow);

View file

@ -0,0 +1,2 @@
l_push(l, 3, .5);
l_push(l, 4, __type(l));

View file

@ -0,0 +1,2 @@
l_p_integer(l, 5, -1024);
l_p_real(l, 6, 88);

View file

@ -0,0 +1 @@
l_query(l, 5);

View file

@ -0,0 +1,2 @@
l_q_real(l, 6);
l_q_text(l, 1);