RosettaCodeData/Task/Comments/Crystal/comments.crystal

7 lines
264 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
# currently, Crystal only supports single-line comments
# This is a doc comment. Any line *directly* above (no blank lines) a module, class, or method is considered a doc comment
# Doc comments are used to generate documentation with `crystal docs`
class Foo
end