Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
* Use the same error numbers
* Rename ⎕THROW to ⎕SIGNAL
* Implement ⎕EN to inspect the last error code
* Implement ⎕EM to get a message from an error code
|
|
|
|
a bit array
|
|
|
|
|
|
|
|
|
|
arrays if the contents are also arrays
|
|
|
|
Teach inverse() that the inverse of f⍫g is g⍫f
|
|
|
|
|
|
|
|
|
|
TCO later.
|
|
|
|
|
|
|
|
|
|
|
|
Also implement ⍨ and ⍥ since they are very simple
|