On Sunday, 29 June 2025 at 20:58:36 UTC, Richard (Rikki) Andrew Cattermole wrote: > 4. assert is a framework level error mechanism, not "this > process can't continue if its false". We'll need something else > for the latter, it can be library code however. ``` landmine(a.length!=0); ``` Not sure how long should be the name.