Anyone who can write an APL function should be able to host it on the web.™
Rendered webpage |
APL code |
:class supSimple: MiPageSample
⍝ Control:: _html.sup
⍝ Description:: Make text superscript
∇ Compose
:Access public
Add 'Format '
Add _.sup 'super-script'
Add ' text.'
∇
:endclass