Store a function into the array and recall it
in
Programming Questions
•
3 months ago
Hi guys.. I have to ask you something... If I store a function into an exact index of an array, how can I recall it?
For example:
- v[1]=stroke(0);
- v[1];
If it doesn't work, how can I do something similar?
1