!#/usr/bin/jconsole

load 'printf'

list =: i. 10

'table is: %j\n' printf table

doesn't work and returns

|length error: exeformat
|   'table is: %j\n' printf table

'table is: %j%s\n printf table;''

works fine!

Am I doing something wrong.  I don't think I am, but???


----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm

Reply via email to