On 13/03/14 00:14, Ali Çehreli wrote:
However, it is not possible to get to the "else" part of that version block
using the above syntax. Would the same syntax work for version as well?

     version(something):
         // ...

     !version(something):
         // ...

In that context, doesn't it make more sense:

    version(!something):
        // ...

Reply via email to