Differences between revisions 6 and 15 (spanning 9 versions)
Revision 6 as of 2011-02-20 09:32:15
Size: 908
Editor: KaiJaeger
Comment: See Phrasebook/Testpage
Revision 15 as of 2016-08-19 08:25:04
Size: 1099
Editor: anonymous
Comment:
Deletions are marked like this. Additions are marked like this.
Line 3: Line 3:
/* replace TestPage by a proper & meaningful Wiki name */
Line 5: Line 6:
The only purpose of this page is to provide some problems for the ACEX (automated code executioner) which will make it to the TestReport. <<TableOfContents>>

Not needed anymore

Describe the problem to be solved here.
Line 8: Line 13:
      ''⍴0       Put the phrase here
Line 10: Line 15:

[[CategoryAplTree]]
Line 13: Line 20:
/* Add proper examples here, and don't forget to fix a sample function changing "!PhraseName" accordingly */
Line 14: Line 22:
      ⎕FX'r←Do y' 'r←''''⍴⊂y'
      Do 2 1⍴'Kai' 'thomas'
  Kai
  thomas
      ⎕FX⊃'r←[?] PhraseName ?' 'r←....'
      Display PhraseName array
Line 20: Line 26:
== Test Cases ==
/* Replace "NameOfYourChoice" accordingly */
<<SeeSaw(section="test", toshow="<<Show>> test cases", tohide="<<Hide>> test cases", bg="#FEE1A5", speed="Slow")>>
{{{{#!wiki seesaw/test/test/hide
/* Note that the test cases are executed AUTOMATICALLY */
/* It is therefore very important to stick with the pattern! */
/* In doubt? Email me at kai@aplteam.com */
{{{
Test;Do
 ⎕IO←0
 ⎕FX'r←Do y' 'r←⍬⍴⊂y'
⍝ ---- Start Test cases (do not delete this!)
 ''≡Do''
 ' '≡Do' '
 1 2 3≡Do 1 2 3
}}}
}}}}
== 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 */
Line 39: Line 40:
CategoryListAll CategoryPhrasesAll /* Don't forget to add more categories. If they do not exist so far that's fine - someone will take care */

TestPage

Not needed anymore

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)