alias test { var %i = 1 while (%i <= 255) { if (%i = 32) { echo -a space | inc %i } echo -a $chr(%i) inc %i } }