Rosetta Code talk:General disclaimer

Revision as of 02:41, 2 February 2010 by 69.254.121.12 (talk) (Possible correction to "Works with APL2" example code)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

The "Works with APL2" code looks a wee bit mucked up:

w←1 2 3 1 2 3 4 1

    ((⍳⍨w)=⍳⍴w)/w

1 2 3 4

I think it should be ((w {iota} w) = {iota}{rho}w)/w

where {iota} is the APL iota symbol and {rho} is the APL rho symbol

Return to the project page "General disclaimer".