Write a loop which has no end clause.
loop null; end loop;
for(;;){ // Do something }
loop: goto loop;
#define forever while(1)
forever { // Do something }
while(1){ // 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.
for (;;) { /// Do something }
while (true) { // Do something }
for (;;) {}
while (true) { }
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
import Control.Monad
forever $ pure ()
forever (getLine >>= putStrLn)
for(;;) { console.log('Oops') }
while (true) { // to infinity }
while(true) { // Do something }
(loop)
while true do -- Do something end
for (;;);
repeat until false;
While True do { nothing };
while (1) { do_stuff(); }
say "" while True;
repeat, write("hello\n").
while True: pass
while True: a=1
loop do # endless joy end
loop { // Do something }
while(true){ println(3) }
Public Sub infiloop() Do Loop End Sub
No security, no password. Other people might choose the same nickname.