Open kishtarn555 opened 2 months ago
Add an global array
program() { memo.init(100); // Called once, it sets the array size memo[3] = 4; iterate(memo[3]) { putbeeper(); } }
You can test an incomplete implementation of these here: https://kishtarn555.github.io/ReKarel2/webapp/#
Is a tempting feature. But I believe it will be better for revamp v.2
Add an global array
Proposed solution
You can test an incomplete implementation of these here: https://kishtarn555.github.io/ReKarel2/webapp/#