1
0
antlr-compiler/compiler/target/test-classes/examples/branch/if_int_true

5 lines
50 B
Plaintext

if(1){
println(81);
} else{
println(42);
}