Next: , Previous: AT#, Up: AT commands


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;