Would this test work?:
if (testInt/2).ofType(Integer){ //to-do if even }
I assume it would iff the compiler resolves testInt/2 before ofType(); is this the case??
testInt/2
ofType()
Aucun commentaire:
Enregistrer un commentaire