Next: ‘@&’: Join items, Previous: ‘@#’: Blank line, Up: FWEB COMMANDS [Contents][Index]
‘@~’ 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;