Category:Smalltalk: Difference between revisions

Line 281:
=== Comments ===
<lang smalltalk>"a comment - everything in between double quotes"</lang>
<lang smalltalk>"/ an end-of-line comment can have comments here (dialect specific &sup1;[1])</lang>
<lang smalltalk>"<<TOK a token comment (dialect specific &sup1;[1])
<br>... can have any comment
<br>... or EOL comment here
<br>... up to a line starting with TOK
<br>TOK</lang>
1) these are not supported out-of-the-box by all dialects; however; since even the Parser is open for extension, it is trivial to add support to all systems, by changing the comment reader in the token scanner code.
 
=== Literals ===
Anonymous user