Next: , Previous: , Up: FWEB COMMANDS   [Contents][Index]


5.12.6 ‘@~’: Cancel line break

@~’ is analogous to TeX’s ‘~’ (tie); it prevents a line break, which FWEAVE usually inserts after each complete statement it recognizes. For example,

printf("Working..."); @~ fflush(stdout);
x = y; @~ break;