Código
return this.name + (name.getValueArg() > 0 ? (" " + param) : "");
es lo mismo que esto:
Código
if(this.name + (name.getValueArg() > 0)) return " " + param; else return "";
Muchas gracias

|
|||
Tema destacado: Rompecabezas de Bitcoin, Medio millón USD en premios |
|
|