Template:APLFN5
From NARS2000
∇ {{{1}}}
[1] {{{2}}}
[2] {{{3}}}
[3] {{{4}}}
[4] {{{5}}}
[5] {{{6}}}
∇
This template is used to list an APL function having 5 lines. If this wiki adds the Parserfunction feature, this template will be replaced by a generic one.
This allows you to list the contents of a function without having to include the line numbers and the ∆ prefix and suffix. You just list the header and the 5 lines. Because of the feature for translating apl symbols, you must specify the line values, Like this:
<apll>{{APLFN5|1=K←Header arg1
|2='Line1'
|3=X←0
|4=rhoresult ← ⍴ X
|5=⍝ one more line
|6-K ←1}}<nowiki></apll>
And you get:
{{APLFN5|1=K←Header arg1
|2='Line1'
|3=X←0
|4=rhoresult ← ⍴ X
|5=⍝ one more line
|6-K ←1}}