Ternary operator workaround

Just use the language you are programming in! I find the solution overly complicated and hard to read - with no benefit. It is ok to do things for fun and to improve the own skills, but theses things are not necessarily useful in general :wink: if/else as an expression is perfectly fine, easy to read, fast, well tested, perfectly documented, well understood.