I have the following function sqsum =: *: @: +/ When I use it as follows sqsum 1 2 3 It produces 676 whereas the correct output should be *: (+/ 1 2 3) =36 What have I done wrong? ---------------------------------------------------------------------- For information about J forums see http://www.jsoftware.com/forums.htm
- [Jprogramming] Why does my function composition fail? Don Nguyen
