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