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


5.5.13 ‘@L’: Set language

@Ll’ sets the language to l, where l is one of ‘{c,c++,n,n9,r,r9,v,x}’. See LANGUAGES.

There are shorthand forms of this command for some languages; see ‘@c’ (@c’: Set language to C), ‘@c++’ (@c++’: Set language to C++), ‘@n’ (@n’: Set language to FORTRAN–77), ‘@n9’ (@n9’: Set language to FORTRAN–90), ‘@r’ (@r’: Set language to RATFOR–77), and ‘@r9’ (@r9’: Set language to RATFOR–90).

Generally, the global language should be set in the limbo section by means of ‘@L’, ‘@c’, etc.  rather on the command line by options such as ‘-L’ or ‘-c’.