◄Up► ◄Contents► ◄Index► ◄Back► ─────Programmer's WorkBench───────────────────────────────────────────────── In the TOOLS.INI file, PWB treats the text that follows a semicolon (;) up to the end of the line as a comment. To specify the beginning of a comment, you must place the semicolon at the beginning of a line or following a space. For example, the first semicolon in the statement below is part of a command, and the second semicolon begins a comment. Printcmd:lister -t4 %s -c; ;Print using lister program Semicolons inside a quoted string do not begin a comment. NOTE: Comments are not recognized by the Assign function («assign») unless the comment is on a line by itself. See: Assign See ◄Backslash: Line Continuation in TOOLS.INI► -♦-