Be concise.
Be useful.
All contributions dictatorially edited by webmasters to match personal tastes.
Please do not paste any copyright violating resource.
Please try to avoid dependencies to third-party libraries and frameworks.
loop null; end loop;
loop: goto loop;
while(1){ // Do something }
for(;;){ // Do something }
(loop [] ;; do something (recur))
IDENTIFICATION DIVISION. PROGRAM-ID. no end loop. PROCEDURE DIVISION. PERFORM UNTIL 1 < 0 DISPLAY "Something" END-PERFORM STOP RUN.
while (true) { // Do something }
for (;;) { /// Do something }
while (true) { // Do something }
while (true) { }
for (;;) {}
for (;;) { }
while (true) { // do something }
defmodule Looping do def infinite do # Write code here infinite end end
loop() -> do:something(), loop().
do end do
for { // Do something }
let x = x in x
while (true) { // to infinity }
for(;;) { console.log('Oops') }
for(;;){ // Do something }
while(true) { // Do something }
while (true) { }
(loop)
while true do -- Do something end
for (;;);
while (true) { // do something }
repeat until false;
While True do { nothing };
say "" while True;
while (1) { do_stuff(); }
repeat, write("hello\n").
while True: a=1
while True: pass
loop do # endless joy end
loop { // Do something }
while(true){ println(3) }
Public Sub infiloop() Do Loop End Sub