Dyalog / APLCourse

Dyalog APL self-study course
https://course.dyalog.com
8 stars 3 forks source link

Array Logic and Data-driven Conditionals, 8a: flipped arguments #64

Open abrudz opened 9 months ago

abrudz commented 9 months ago

AddRows ← {⍵+(⍴⍵)⍴⍺} should say AddRows ← {⍺+(⍴⍺)⍴⍵}