What the operator `<
<--
is not an operator, it is <
and --
written without space. Just to make it clear, I rewrite the code like this-
while(0 < --i)
First the value of i
is decreased, and then compared if it is greater than 0
.
Similar question was asked here.
链接地址: http://www.djcxy.com/p/1988.html上一篇: 最奇特的语言功能
下一篇: 什么运营商`<