0
T: primes
Can anyone explain what that means i think it is designating T as the current array element but what does the primes mean. Are there other words you can use insted of primes with different functions?
1 Respuesta
0
That is too little code to answer. Is this from a for loop? Then, yes, T will take on all the values in primes one after another. Using a capital letter would be unconventional though.