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.
Semicolons are never needed, actually! Maybe I prefer my solutions as needless one-liners.
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 ;)
Wrote a Crystal translation.
Here's my Crystal translation.
This test is failing in the Crystal translation. Based on the passed markers, this test should not be failing.
why lol
Should use the Oxford comma.