Question: Print conditional in colors

Suppose I have a variable (a) and I want it to print true in red if it is greater than one and false in blue otherwise. What would be the corresponding code?

Please Wait...