Opens a while statement.
while
void openWhile(String condition) { openBlock('while ($condition) {'); }