mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
9 lines
118 B
Plaintext
9 lines
118 B
Plaintext
////
|
|
void setup(){
|
|
size(100,100);
|
|
|
|
if(true){
|
|
}
|
|
else{ // Syntax error on token "else", } expected
|
|
}
|
|
} |