Logo

Programming-Idioms

History of Idiom 50 > diff from v43 to v44

Edit summary for version 44 by Nick:
New Perl implementation by user [Nick]

Version 43

2019-02-16, 07:38:55

Version 44

2019-07-04, 06:17:09

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
say "" while True;
Comments bubble
Works in Perl 6