Вы находитесь на странице: 1из 1

a = 1 ts = timestamp() for i=1 to 1000 do (if a != undefined then print a) format "Time: %ms.\n" (timestamp()-ts) --> Time: 2031ms.

ts = timestamp() for i=1 to 1000 do (if a != undefined do print a) format "Time: %ms.\n" (timestamp()-ts) --> Time: 2031ms.

Вам также может понравиться