Linux und Open Source
Schulungen
if
else
switch
while
for
do - while
break
continue
goto
About
Blog
do do-something while (condition);
Condition is checked after body
⟶ body is executed at least once