In Racket, multiline comments are enclosed between #|
and |#
.
61 chars5 lines
In Ruby, multiline comments are enclosed between =begin
and =end
.
main.rb67 chars5 lines
Please note that Ruby also supports single-line comments starting with #
.
gistlibby LogSnag