Simple format (2)
try again!
Start file
a==b equal to
a!=b not equal to
a>b greater than
a>=b greater than or equal to
a<b less than
a<=b less than or equal to
End file
a == b equal to
a != b not equal to
a > b greater than
a >= b greater than or equal to
a < b less than
a <= b less than or equal to
View Diff
1,6c1,6
< a==b equal to
< a!=b not equal to
< a>b greater than
< a>=b greater than or equal to
< a<b less than
< a<=b less than or equal to
---
> a == b equal to
> a != b not equal to
> a > b greater than
> a >= b greater than or equal to
> a < b less than
> a <= b less than or equal to
Solutions by @muppling:
Unlock 1 remaining solutions by signing in and submitting your own entry