Single line and inline comments begin with #
in Julia. Wrap multiple lines of text with #= =#
for multiline comments.
# This is a single line comment
x = 9.4 # This is an inline comment
#=
This is a multiline comment.
Second line of the comments is here.
=#
Gavin Wiggins © 2024.
Made on a Mac with Genja. Hosted on GitHub Pages.