"" func str test { if true { return "Left" ~ } else { return $() null ~ } } func null @main: str[] args { cll test.() ~ }