Sophie

Sophie

distrib > Fedora > 17 > i386 > media > updates > by-pkgid > b03c44838559deaeff848c57e893606a > files > 1618

boost-examples-1.48.0-14.fc17.noarch.rpm

/* example6.input */
{

  if (variable) { a = b ; }

  while (10) { 

    if (2) { b = 10 ; }
    if (x) { c = x ; } else { d = 10 ; }

  }

  variable = 42;

}