Michael Barton wrote: > >> Everything following the # is a comment to document the variable > > > > No it isn't. It may have been *intended* as a comment, but the # > > character is only treated as starting a comment when it occurs at the > > beginning of a command, e.g. at the beginning of a line, or following > > a semicolon. > > I got this syntax from prior TclTk code. This is what happens when > you learn a language in that way. So we just need to move all these > to their own line
Or put a semicolon before the #. -- Glynn Clements <[EMAIL PROTECTED]> _______________________________________________ grass-dev mailing list [email protected] http://lists.osgeo.org/mailman/listinfo/grass-dev
