Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
very weird smh
Semicolons are never needed, actually! Maybe I prefer my solutions as needless one-liners.
Semicolons are needed in some cases. I just prefer using them all the time.
A primitive iterator.
pairs(table)
returnsnext, table, nil
, sopairs(table)
is effectively identical tonext, table
.Started out as a one liner, didn't expand because it wasn't necessary. At least I'm not using semicolons in Lua ;)
That is unnecessarily minimalistic.
What a weird kata.
What is "next"?