JohnEarnest / ok

An open-source interpreter for the K5 programming language.
MIT License
585 stars 73 forks source link

Implement fill (`a^a` and `a^l`), to replace nulls with value #98

Closed seitucbj closed 2 years ago

seitucbj commented 2 years ago

Sparked by a discussion on the APL Farm discord / matrix chat.

I grepped through the codebase for ^, except, and null to try to capture all the places in the docs and tests to update.

JohnEarnest commented 2 years ago

Looks good. Thanks again for taking the time to work this up, @seitucbj!