Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
1
Task/Arrays/Aime/arrays-1.aime
Normal file
1
Task/Arrays/Aime/arrays-1.aime
Normal file
|
|
@ -0,0 +1 @@
|
|||
list l;
|
||||
3
Task/Arrays/Aime/arrays-2.aime
Normal file
3
Task/Arrays/Aime/arrays-2.aime
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
l_append(l, 3);
|
||||
l_append(l, "arrays");
|
||||
l_append(l, pow);
|
||||
2
Task/Arrays/Aime/arrays-3.aime
Normal file
2
Task/Arrays/Aime/arrays-3.aime
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
l_push(l, 3, .5);
|
||||
l_push(l, 4, __type(l));
|
||||
2
Task/Arrays/Aime/arrays-4.aime
Normal file
2
Task/Arrays/Aime/arrays-4.aime
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
l_p_integer(l, 5, -1024);
|
||||
l_p_real(l, 6, 88);
|
||||
1
Task/Arrays/Aime/arrays-5.aime
Normal file
1
Task/Arrays/Aime/arrays-5.aime
Normal file
|
|
@ -0,0 +1 @@
|
|||
l_query(l, 5);
|
||||
2
Task/Arrays/Aime/arrays-6.aime
Normal file
2
Task/Arrays/Aime/arrays-6.aime
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
l_q_real(l, 6);
|
||||
l_q_text(l, 1);
|
||||
Loading…
Add table
Add a link
Reference in a new issue