Next: AT&, Previous: AT#, Up: AT 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;