qwergle
qwergle
It isn't possible with this code. I'd suggest you look elsewhere or make it yourself.
I believe that is the case. Would you please build unicorn and then try that code again, and then send a reply should more problems arise?
Great! I think this should be closed by someone.
I'd like to propose two seemingly unconsidered alternatives, each of which would fix the expression-statement issue: - A C-like ternary operator Imperative syntax: `condition ? is_true : is_false` Functional syntax:...