If you write a complex expression and intend
for you or someone else to use it later, you should add comments
that explain what the expression does and how its pieces work.
Type // at the beginning
of the comment. Any text between // and the end of
the line is ignored. For example: