Logo

Programming-Idioms

History of Idiom 50 > diff from v74 to v75

Edit summary for version 75 by programming-idioms.org:
[Smalltalk] Please link to a doc page specific to this implementation

Version 74

2021-09-03, 12:21:21

Version 75

2021-09-06, 08:18:08

Idiom #50 Make an infinite loop

Write a loop which has no end clause.

Ouroboros eating its own tail

Idiom #50 Make an infinite loop

Write a loop which has no end clause.

Ouroboros eating its own tail
Code
[] repeat.
Code
[] repeat.
Doc URL
https://squeak.org/documentation/terse_guide/