% for n=0 to 15 for i = 0 to 15 response.write( n*16+i & chr(n * 16 + i) & " ") next response.write( "