have icon indicating copy to clipboard operation
have copied to clipboard

Support Ternary Operator

Open sadlil opened this issue 9 years ago • 1 comments

Is there any plan to support ternary operator? with go sometimes i misses those badly.

sadlil avatar Oct 31 '16 10:10 sadlil

Personally, I sometimes like using ternary operator too, and probably there will be some form of it. Anyway, implementing it in a zero-cost form (without extra function call or similar) will require some infrastructure to be built first in code generator (it will be done anyway, it's needed for other things too), so it will take some time (a few months?).

vrok avatar Oct 31 '16 11:10 vrok