everything after return would not be executed, it need to be blocked off with a switch, loop, or if statements. The code you gave in the first block does not do anything by return in the first statement.
everything after return would not be executed, it need to be blocked off with a switch, loop, or if statements. The code you gave in the first block does not do anything by return in the first statement.
Oh right, though I don't need the return statement, if I remove it... it still doesn't work.
Bookmarks