High-Rise Code
- n. Tight, terse source code. Typified by the use of curly braces only when necessary and the occasional multi-statement line.
for(x=xmin;x<=xmax;x++) for(y=ymin;y<=ymax;y++) if(InMandelbrotSet(x,y))SetPixel(x,y,BLACK);
cf. Country Code