Error trapping with Dyalog APL: Difference between revisions

Jump to navigation Jump to search
Miraheze>Adám Brudzewsky
Miraheze>Adám Brudzewsky
Line 191: Line 191:
== Code ==
== Code ==


<div class="toccolours mw-collapsible mw-collapsed" style="background:initial">
{{Collapse|The below workspace contains all the code needed to implement the ideas discussed above.|<source lang=apl>
The below workspace contains all the code needed to implement the ideas discussed above.
<div class="mw-collapsible-content">
<source lang=apl>
(⎕IO ⎕ML ⎕WX)←1 1 3
(⎕IO ⎕ML ⎕WX)←1 1 3


Line 769: Line 766:
:EndNamespace
:EndNamespace
</source>
</source>
</div>
}}
</div>

Navigation menu