Here a is being compared with b and is evaluated as a boolean,
So if a < b is true then c is returned
in case it evaluates to false then text is returned.
In either case you have a single space returned additionally in the end
Read more on Conditional Operators and also Relational Operators