alias releer {
var %tx = 1,%l = $lines(texto.ini) + 1
while (%tx < %l) {
echo -s 7Privados $read(texto.ini,n,%tx)
inc %tx
}
}