RosettaCodeData/Task/Comments/Smalltalk/comments.st

7 lines
304 B
Smalltalk
Raw Permalink Normal View History

2013-04-09 00:31:41 -07:00
"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."