#acl AutoAdminGroup:read,write,admin,delete,revert All:read <> /* replace TestPage by a proper & meaningful Wiki name */ = TestPage = Note that this page exists in order to test the automated tests of both, examples and test cases on all phrase pages. For that reason this page contains buggy examples and buggy test cases {{{ +/ }}} == Examples == {{{ ⎕FX⊃'r←Sum na' 'r←+/na' Display Sum 1 2 3 6 Display Sum 2 3 4⍴⍳24 6 }}} == Test Cases == /* Replace "PhraseName" accordingly */ <> {{{{#!wiki seesaw/test/test/hide /* Note that the test cases are executed AUTOMATICALLY. It is therefore very important to stick with the pattern */ {{{ Test ⎕IO←0 ⍝ You may change this; however, zero IS the default in the Phrasebook Wiki ⍝⎕ML←3 ⍝ Enable this line in Dyalog APL if appropriate ⎕FX'r←Sum na' 'r←+/na' ⍝ ---- Start Test cases (do not delete this!) 1 ≡ Sum 1 2 3 1 ≡ Sum 1 0 ≡ Sum ⍳0 }}} For details see the TestCasesGuidelines. }}}} [[http://aplwiki.com:49991/phrasebook?action=CheckCode&page=TestPage | Test my code]] Mentor: AplWiki:KaiJaeger ---- CategoryListAll