learn to use the helpfile.

alias foob {
var %x = 1, %max = $lines(mp3.txt)
while (%x <= %max) {
did -a mp3 11 $nopath($read(mp3.txt,%x))
inc %x
}
}