How do you make an infinite loop?
while (true) { // code }
while true { // code }
for { // code }
loop { // code }