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

5 lines
50 B
Plaintext
Raw Normal View History

2018-04-05 18:03:37 +00:00
if(1){
println(81);
} else{
println(42);
}