Help for this page
if (condition){ &task1(); &task2(); ... &task4(); &task5(); }
if ( condition ) { task1(); ... task4(); task5(); }