Logo

Programming-Idioms

History of Idiom 50 > diff from v73 to v74

Edit summary for version 74 by Patrick R:
New Smalltalk implementation by user [Patrick R]

Version 73

2021-08-20, 07:25:34

Version 74

2021-09-03, 12:21:21

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.
Doc URL
https://squeak.org/documentation/terse_guide/