home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / languages / tcl / tclX6.5c / tcllib / help / intro / semi-colons < prev    next >
Encoding:
Text File  |  1992-12-19  |  493 b   |  9 lines

  1.      SEPARATING COMMANDS WITH SEMI-COLONS
  2.           Normally, each command occupies one  line  (the  command  is
  3.           terminated  by  a  newline  character).  However, semi-colon
  4.           (``;'')  is  treated  as  a  command  separator   character;
  5.           multiple  commands  may  be placed on one line by separating
  6.           them with a semi-colon.   Semi-colons  are  not  treated  as
  7.           command  separators  if  they  appear within curly braces or
  8.           double-quotes.
  9.