27.03.2014, 14:04
Quote:
Now i have this error
warning 204: symbol is assigned a value that is never used: "RandomTeams" |
The warning means that a symbol is there which is never used
for example i do a=5; and not use 'a' anywhere in the program so i will get this warning that 'a' is never used