Anyone who can write an APL function should be able to host it on the web.™
Rendered webpage |
APL code |
:class uSimple: MiPageSample
⍝ Control:: _html.u
⍝ Description:: Underline text
∇ Compose
:Access public
Add'I must '
Add _.u'underscore'
Add' the importance of this.'
∇
:endclass