Logo

Programming-Idioms

History of Idiom 50 > diff from v55 to v56

Edit summary for version 56 by Bart:
New Pascal implementation by user [Bart]

Version 55

2019-10-14, 12:25:06

Version 56

2020-01-19, 14:07:36

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
repeat until false;