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

Changes between Version 11 and Version 12 of DataTypesExample

Show
Ignore:
Author:
Emil Wojak (IP: 83.11.10.247)
Timestamp:
09/22/07 17:35:41 (17 years ago)
Comment:

Source code line was doubled.

Legend:

Unmodified
Added
Removed
Modified
  • DataTypesExample

    v11 v12  
    2929  writef("float (%d)\tdouble (%d)\treal (%d)\t", float.sizeof, double.sizeof, real.sizeof); 
    3030  writef("ifloat (%d)\tidouble (%d)\tireal (%d)\t", ifloat.sizeof, idouble.sizeof, ireal.sizeof); 
    31   writef("cfloat (%d)\tcdouble (%d)\tcreal (%d)\t", cfloat.sizeof, cdouble.sizeof, creal.sizeof); 
    3231  writef("cfloat (%d)\tcdouble (%d)\tcreal (%d)\t", cfloat.sizeof, cdouble.sizeof, creal.sizeof); 
    3332