When you want to insert code into your page, the default rendering makes it look ugly: {(-⊥⍨' '=⍵)↓⍵}
By using the code element, the renderer will know how to handle it right: {(-⊥⍨' '=⍵)↓⍵}
:class codeSimple: MiPageSample
⍝
⍝
∇ Compose;p
:Access public
Add _.p'When you want to insert code into your page, the default rendering makes it look ugly: {(-⊥⍨'' ''=⍵)↓⍵}'
p←Add _.p'By using the code element, the renderer will know how to handle it right: '
p.Add _.code'{(-⊥⍨'' ''=⍵)↓⍵}'
∇
:endclass