Files
processing4/app/test/resources/bug507.pde
2010-03-18 02:14:47 +00:00

8 lines
100 B
Plaintext

void setup() {
if (1 == 2) {
println("the impossible just happened");
}
} else {
println("zzz");
}
}