burton999dev / CalcNoteHelp

Help for CalcNote
25 stars 1 forks source link

Option to add comments #23

Closed fadh1l closed 1 year ago

fadh1l commented 1 year ago

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.

burton999dev commented 1 year ago

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

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