Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Changes between Version 4 and Version 5 of StructExample

Show
Ignore:
Author:
mandel (IP: 78.94.203.231)
Timestamp:
10/26/08 18:51:19 (16 years ago)
Comment:

change bit to bool

Legend:

Unmodified
Added
Removed
Modified
  • StructExample

    v4 v5  
    1919struct Utensil 
    2020{  
    21     bit pointy; 
    22     bit tined;   
     21    bool pointy; 
     22    bool tined;   
    2323} 
    2424