Logo

Programming-Idioms

History of Idiom 50 > diff from v48 to v49

Edit summary for version 49 by miguel:
New Kotlin implementation by user [miguel]

Version 48

2019-09-26, 21:32:15

Version 49

2019-09-26, 21:48:51

Idiom #50 Make an infinite loop

Write a loop which has no end clause.

Idiom #50 Make an infinite loop

Write a loop which has no end clause.

Code
while (true) { }