Logo

Programming-Idioms

History of Idiom 50 > diff from v60 to v61

Edit summary for version 61 by OC:
New Obj-C implementation by user [OC]

Version 60

2020-10-06, 17:43:17

Version 61

2020-10-10, 18:48:33

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
for (;;);
Comments bubble
Precisely same as plain C