From professional translators, enterprises, web pages and freely available translation repositories.
accessing arrays and objects is a bit more complicated and is discussed later.
předcházející
Last Update: 2011-10-24
Usage Frequency: 1
Quality:
in a switch statement, the condition is evaluated only once and the result is compared to each case statement. in an elseif statement, the condition is evaluated again. if your condition is more complicated than a simple compare and/or is in a tight loop, a switch may be faster.
takže je důležité nezapomenout na příkaz break (kromě případu, kdy ho chcete vynechat záměrně k dosažení určitého cíle).
Last Update: 2011-10-24
Usage Frequency: 1
Quality: