Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

That was just to illustrate that computeds can return either a plain boolean, or another callable. Right is returning another lambda which itself returns True. So it would end up being called twice in the while loop to resolve the final value.