[nem-en] Feature request: Matching !null

vc vc at rsdn.ru
Mon Jul 24 12:02:41 CEST 2006


   > Why introduce new syntax if this is possible now by:
   > 
   > def a = array ["aa", null, "bbv"];
   > foreach (x when x != null in a)
   >     System.Console.WriteLine (x);
   
   Hm... You are right! Who could think? :)
   
   But will be nice if it will be reflected in foreach examples.
   http://nemerle.org/Quick_Guide
   
   Vlad
   




More information about the devel-en mailing list