Anyone who can write an APL function should be able to host it on the web.™
Rendered webpage |
APL code |
:class delSimple: MiPageSample
⍝ Control:: _html.del
⍝ Description:: Mark deleted text
∇ Compose
:Access public
Add 'This is '
Add _.del 'deleted'
Add ' text.'
∇
:endclass