Open sake92 opened 1 year ago
http://www.flowgorithm.org/index.html supports flat arrays like int[], meaning 1-level depth. Maybe it would be nice to support matrices too, since some mathy problems do require them.
int[]
Just came here to say that I also would like arrays to be implemented.
http://www.flowgorithm.org/index.html supports flat arrays like
int[]
, meaning 1-level depth.Maybe it would be nice to support matrices too, since some mathy problems do require them.