My Google search at first only lead me to a massive discussion thread on github (https://github.com/JuliaLang/julia/issues/69). While certainly insightful and interesting, I think it is convenient for many to have this question answered immediately on stackoverflow.
Multi line comments in Java start with /* and end with */. You can comment multiple lines just by placing them between /* and */.
Multiline comments can be written by putting #=
before the comment and =#
after the comment. Like so
#=
enter comment here
=#
Note that these are nestable as well.
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