In script files (for both interactive and command line mode) all text following the semicolon character ";" is ignored until a newline character is encountered. This makes it easy to temporarily "comment out" commands. For example in
slink file1.obj file2.obj ;file3.obj tpgraph.lib
the objects FILE3.OBJ and TPGRAPH.LIB will not be loaded.