sacode387 / FlowRun

Runnable flowcharts for the web
https://flowrun.io/
Apache License 2.0
46 stars 9 forks source link

Arrays support #5

Open sake92 opened 1 year ago

sake92 commented 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.

TRTester commented 1 year ago

Just came here to say that I also would like arrays to be implemented.