Are there any multi line comments in Crystal ? Such as Ruby does :
=begin
this is a
multiline
comment in Ruby
=end
This will simply give me an error in Crystal :
unexpected token: =
Crystal doesn't have multi-line comments. Simply prefix the block of lines you want to comment out with # single-line comments. Your editor should be able to do this for you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With