unexpected token: {
in
Programming Questions
•
1 year ago
I'm having some trouble just with a new sketch. It may be something to do with my computer, as this code:
- setup() {
- size(310, 240);
- }
just gives the error "unexpected token: {" when I try to run it.
Any ideas or suggestions?
Thanks!
1