Wiki

Changes between Version 3 and Version 4 of TypeInference

Show
Ignore:
Timestamp:
08/08/09 12:58:57 (15 years ago)
Author:
Chuck
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TypeInference

    v3 v4  
    1 = Introduction = 
     1== Introduction to Type Inference == 
    22 
    33Although you can explicitly declare the type of a local variable, you don't have to: 
     
    3838}}} 
    3939 
    40 = Generics = 
     40== Generics == 
    4141 
    4242Type inference also occurs for the types of generic lists, sets and dictionaries: 
     
    4747}}} 
    4848 
    49 = If Expressions = 
     49== If Expressions == 
    5050 
    5151If-expressions are typed based on their two possible expression results: 
     
    5353TODO 
    5454 
    55 = Greatest Common Denominator = 
     55== Greatest Common Denominator == 
    5656 
    5757TODO 
    5858 
    59 = See Also = 
     59== See Also == 
    6060 
    61 See also: AdditionalDoc, TypesOverview 
     61See also: TypesOverview, LanguageTopics