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

Changes between Version 6 and Version 7 of NestedFunctionsExample

Show
Ignore:
Author:
jcc7 (IP: 192.149.244.9)
Timestamp:
02/15/08 21:05:50 (16 years ago)
Comment:

changed bit to bool

Legend:

Unmodified
Added
Removed
Modified
  • NestedFunctionsExample

    v6 v7  
    2424  } 
    2525 
    26   bit found; 
     26  bool found; 
    2727  while (!found) { 
    2828    if(i == 0) { 
    3939== Testing == 
    4040 
    41 Tested using Digital Mars D Compiler v1.020 on Windows 2000.  
     41Tested using Digital Mars D Compiler v1.026 on Windows 2000.  
    4242 
    4343