104What are variables and semicolons for actually?posted 7 months ago byTadoTheRustacean@programming.devin programmer_humor@programming.devView comments36 commentssavehidereport Sort:HotTopControversialNewOldYou are viewing a single thread.View all comments View context [ +- ]jubilationtcornpone@sh.itjust.works4 points7 months agofor (const item in items) { } != for (const item of items) { } permalinksavereportparentreply[ +- ]xigoi@lemmy.sdf.org2 points7 months agoStill better than for _, item in ipairs(items) permalinksavereportparentreply