while

Style

☀
while (condition) {
    /* loop body */
}
☔
while (condition)
{
    /* loop body */
}