4 lines
63 B
Text
4 lines
63 B
Text
|
|
l_p_integer(l, 0, 7);
|
||
|
|
l_push(l, "a string");
|
||
|
|
l_append(l, 2.5);
|