Soulver automatically colors the parts of your text that are significant for calculations. This way, you can tell when Soulver interprets a part of your problem as a unit, variable, or just plain text

Explicit Comments:

You can explicitly tell Soulver to ignore lines or parts of lines using the following symbols:

Symbol

Description

Example

@

Everything to the right ignored

@section1

: or ;

Everything to the left ignored

Day 5: $52

" "

Everything inside ignored

10 + 3 "this is a comment"