We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
loop
loop loops can be removed, because it doesn't do any special jobs than while true {} (which maybe simplified to while { }).
while true {}
while { }
Do we really need two similar loops? (loop VS. while)