5 lines
98 B
Text
5 lines
98 B
Text
index x;
|
|
|
|
list(1, 2, 3, 1, 2, 3, 4, 1).ucall(i_add, 1, x, 0);
|
|
x.i_vcall(o_, 1, " ");
|
|
o_newline();
|