B (programming language): Difference between revisions

Content deleted Content added
Examples: Corrected the code to match with the image of the original printed document (https://www.bell-labs.com/usr/dmr/www/kbman.pdf). For example, spaces are never used after keywords such as if and while, and code is indented three columns.
Tags: Mobile edit Mobile web edit
Tags: Mobile edit Mobile web edit
Line 126:
if(!(++col%5))
putchar(col%50?' ':'*n');
}
putchar('*n*n');
}