$i = 1
$loops = 10
while $i <= $loops
print ====== repeat: $i
run general/parser/alter.sim
$i = $i + 1
endw