sencha-lang/Sencha-lang/Examples/example9.se

9 lines
190 B
Plaintext

#some comment
println("x = ");
x = 99;
println(x);
#another comment
println(" - Shouldn't comments be useful?"); #why?
#If not, what's the point in writing them?
println(" - Aren't they?");