table(a, b, f)
table(m, n, f)
The command table(m, n, f) is equivalent to table(0..(m-1), 0..(n-1), f).
|
|
Tables can be displayed nicely using netList.
|
The object table is a function closure.