RosettaCodeData/Task/Comments/Smalltalk/comments.st
2013-04-09 00:31:41 -07:00

6 lines
304 B
Smalltalk

"Comments traditionally are in double quotes."
"Multiline comments are also supported.
Comments are saved as metadata along with the source to a method.
A comment just after a method signature is often given to explain the
usage of the method. The class browser may display such comments
specially."