Option to add comments
Closed this issue · 1 comments
fadh1l commented
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
In your case, you can use intermediate expression.
Please refer to a help for more details.