On 03/12/2014 04:34 PM, Joseph Rushton Wakeling wrote:
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): // ...
Agreed. Ali
