5 lines
72 B
Text
5 lines
72 B
Text
|
|
lvars arg;
|
||
|
|
for arg in poparglist do
|
||
|
|
printf(arg, '->%s<-\n');
|
||
|
|
endfor;
|