Differences between revisions 5 and 6
Revision 5 as of 2010-01-23 22:22:26
Size: 945
Editor: KaiJaeger
Comment: Moved to test.aplwiki.com
Revision 6 as of 2011-02-20 09:32:15
Size: 908
Editor: KaiJaeger
Comment: See Phrasebook/Testpage
Deletions are marked like this. Additions are marked like this.
Line 16: Line 16:
 Kai       thomas     Kai
thomas
Line 34: Line 34:
 'APL'≡Do' APL'
 ' '≡Do' '

TestPage

The only purpose of this page is to provide some problems for the ACEX (automated code executioner) which will make it to the TestReport.

      ''⍴0

Examples

      ⎕FX'r←Do y' 'r←''''⍴⊂y'
      Do 2 1⍴'Kai' 'thomas'
  Kai
  thomas 

Test Cases

Show test cases

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


CategoryListAll

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