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