Smogon Forums

Toast++
Toast++
console.log('thanks.');
sandshrewz
sandshrewz
Use print instead of println imo since it's only one line xD
GCSChris
GCSChris
if (shrewzIsRight == true) {
System.out.print("You got me there is guess :]");
}
Toast++
Toast++
shrewzIsRight is clearly a boolean here.. so the == true is redundant.
Back
Top