kamm@859: bool ok = false; kamm@859: void f(){ ok = true; } void main() { bool b=true; b && f(); assert(ok); } kamm@859: