Question about execute string
in
Programming Questions
•
1 year ago
Hi, everyone
I have a simple question, but I don't know how to solve it.
Here is it, if I want execute a string to code
- String code = "ellipse(10,10,10,10);";
Can it be done in Processing ??
What function can I use ??
Thanks in advance.
1