burton999dev/CalcNoteHelp

Option to add comments

Closed this issue · 1 comments

Sometimes I need to add comments but I also don't want the number in it to effect the total value.
eg:
I need to add to lines
#2 + #3 = ans
but here ans is added to the total
so if possible implement a feature so that ans doesn't get added to the output.
eg:
!! #2+#3 where !! will indicate the program not to add the value to total amount.

In your case, you can use intermediate expression.
Please refer to a help for more details.

http://burton999dev.github.io/CalcNoteHelp/grammar_en.html