4 lines
47 B
Text
4 lines
47 B
Text
|
|
for p in [2, 3, 5, 7] do
|
||
|
|
print(p);
|
||
|
|
end do;
|