Hi there,
I'm trying to create an index the size of the first element passed into a
tacit function
but the index is always 0. I have the following:
seq =: i. 0:{]
seq 10 0 1
0
Shouldn't this be:
seq =: i. 0:{]
seq 10 0 1
0 1 2 3 4 5 6 7 8 9
?
Sean
----------------------------------------------------------------------
For information about J forums see http://www.jsoftware.com/forums.htm
