Closed
Description
opened on Jul 12, 2013
Running a = [1,2,3,4]; b = sub(a, 1:2)
in the repl gives
2-element SubArray of 4-element Int64 Array:
#undef
#undef
The culprit seems to be somewhere in print_matrix
(since print_matrix(STDOUT, b)
gives the two #undef
s).
Activity