Given
34-2
34-5
34-3
I'm looking to obtain
34-2=28
34-5=29
34-3=31
Or, this would also be helpful: given:
34-2=5
34-5<=34
34-3=31
I'm looking to obtain
! 34-2=5
34-5<=34
34-3=31
Where! Is some indication that inequality or equality is false. I'm looking for something that processes text files.
34-2==5" instead of just a single, since a single equals sign is used for assignment in most programming languages. – Daniel Andersson May 11 '12 at 15:17