CodeClash - Boolean outputs in C#

In general for CodeClash i find it hard to keep codes short in C# because of its syntax (or because of my lack of skills) but particularly one issue is bothering me.

If im making a script that has to return “true” or “false” and trying to make i so that it returns true/false i get the error that im printing “False” which is wrong, it should have been “false”.

So im begging you, for codeclashed that requires a true/false output please accept both “False” as well as “false”, and “True” as well as “true”.

Whats wrong with (expr).ToString().ToLower()?

2 Likes