Wiki

Changes between Version 3 and Version 4 of ExpressionTour

Show
Ignore:
Timestamp:
06/20/10 04:22:06 (14 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ExpressionTour

    v3 v4  
    6666 
    6767to-do (use parens, keyword args for properties, combining enums, works on System.Type and dynamic) 
     68 
     69== Comparing Values == 
     70 
     71to-do (<>, is & is not vs. == & <>, overriding .equals (and .getHashCode) and .compareTo) 
     72 
     73== Collections == 
     74 
     75to-do (list, array, set, dict, explicit creation, indexing, membership(in and not in for lists, arrays, sets, dict.keys, dict.values) ) 
     76 
     77== Slicing == 
     78 
     79to-do 
     80 
     81== Type Membership == 
     82 
     83to-do (inherits, implements, if-inherits, alternative is virtual method) 
     84 
     85== If Expression == 
     86 
     87to-do 
     88 
     89== For Expression == 
     90 
     91to-do 
     92 
     93== Nil == 
     94 
     95to-do (nil, to ?, to !, coalesce ? and ?=, ! and !=) 
     96