Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

You are not going to be able to nest that specific case because your resulting statement contains

[x, y][0]

which is not only redundant code (you create an array and immediately discard it), but also not allowed - not even in 2.3