mirror of
https://github.com/processing/processing4.git
synced 2026-02-04 06:09:17 +01:00
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
void setup() {
|
|
if (1 == 2) {
|
|
println("the impossible just happened");
|
|
}
|
|
} else {
|
|
println("zzz");
|
|
}
|
|
} |