Welcome, guest! Login / Register - Why register?
Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so dont bother with any of their useless mail servers here and just use oauth login instead. Thank the nice Russians for causing that. :)

Paste

Pasted as Plain Text by holli ( 3 years ago )
1. Use an infinite loop: 
loop {
    # Do something 
}

2. Make a recursive call: 
sub infinite_loop {
    # Do something 
    infinite_loop();
}

3. Use an infinite while loop: 
while (True) {
    # Do something 
}

 

Revise this Paste

Your Name: Code Language: