When ‘-m;’ is in effect, the construction ‘@;’ is appended automatically to all Fweb macro definitions.
This option is not recommended. Please insert the ‘@;’ by hand when necessary, as in
@m SET(x,y) x=1; y=2@;
@m TEST(x) if(x) y; else z@;