|
||||||||||||
|
|
||||||||||||
CommentsComments are ignored; they are not tokens. There are four kind of comments.
Single line comment, starting with hash characeter ( # # $Id: index.nvl,v 1.38 2002/01/31 14:35:18 jkl Exp $ #
Single line comment, starting with two slashes ( // FIXME: Quick hack
Comment, starting with /* * Comment example */
Document comment, starting with
/**
* Sets the name of blarg.
* @param name New name
*/
function setName(name) {
...
}
See also
| Lexical analysis
|
||||||||||||
|
|
||||||||||||