alias c {
var %i 1
while (%i <= 255) {
if (%i == 32) { goto next }
echo -s %i - $chr(%i)
:next
inc %i
}
}

Last edited by pheonix; 21/08/03 11:08 PM.