Headings & Comments
Hey! You've got to hide your math away (sometimes)...
If you need to "hide" parts of your expression from Soulver, use a heading (marked with #) or a comment.
Four comment styles are supported: labels, slash comments, quotation marks, and parenthesis (in certain cases).
# headings
Use the # character to indicate a heading line:
labels:
Use a label at the beginning of a line, using a colon:
// double slash comments
All numbers after two slashes are ignored:
You can also add slash comments to the end of lines:
"quotation mark comments"
(parenthesis comments)
If there's a single number with additional words that you want to exclude from an expression, you can put it in parentheses:
Last updated
Was this helpful?