Differences between revisions 8 and 14 (spanning 6 versions)
Revision 8 as of 2012-12-29 08:53:10
Size: 183
Editor: KaiJaeger
Comment:
Revision 14 as of 2016-03-26 16:12:28
Size: 1077
Editor: KaiJaeger
Comment: Test cases removed
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
Describe TestPage here. <<Include(GetNameTable)>>
Line 3: Line 3:
Does APL font within a sentence work? {{{¯3+¨⌊(2↑3↓⍇1 1),X[⍋X] }}} Yes it does! /* replace TestPage by a proper & meaningful Wiki name */
= TestPage =
Line 5: Line 6:
{{drawing:mytest.tdraw}} <<TableOfContents>>
Line 7: Line 8:
{{drawing:anywikitest.adraw}} Describe the problem to be solved here.

{{{
      Put the phrase here
}}}

[[CategoryAplTree]]

== Examples ==

/* Add proper examples here, and don't forget to fix a sample function changing "!PhraseName" accordingly */
{{{
      ⎕FX⊃'r←[?] PhraseName ?' 'r←....'
      Display PhraseName array
}}}

== Specialities ==
....
/* Add special remarks for specific dialects here, for example the mentioning of a system function solving the problem goes here */

== Compatibility ==

Checked with: /* APL2, APLX, APL+Win, Dyalog, NARS2000 - Add as many as you can/like */


See also: ... /* Add proper Wiki names. The pages do not necessarily must exist. If they don't they will show up on WantedPages and that's just fine */

Mentor: AplWiki:JohnDoe /* Replace by your name */

----
CategoryPhrasesAll /* Don't forget to add more categories. If they do not exist so far that's fine - someone will take care */

TestPage

Describe the problem to be solved here.

      Put the phrase here

CategoryAplTree

Examples

      ⎕FX⊃'r←[?] PhraseName ?' 'r←....'
      Display PhraseName array

Specialities

....

Compatibility

Checked with:

See also: ...

Mentor: JohnDoe


CategoryPhrasesAll

TestPage (last edited 2016-08-19 10:39:35 by KaiJaeger)