Hello, I had a look at that. You should not need the if there, just 'return' the test of the if. If has a form (if test conseqent alternate), alternate is optional and returns the value of the evaluated branch (consequent or alternate). This gives you a syntax error, as the mandatory consequent expression is missing.
Best regards, g_bor
