RosettaCodeData/Task/Loops-Foreach/Maxima/loops-foreach.maxima

2 lines
35 B
Plaintext

for n in [2, 3, 5, 7] do print(n);