即.
i++ unless i > 5;
这里是另一个例子
weatherText = "Weather is good!" unless isWeatherBad
if (i<=5) i++;
if(!(i> 5))i;也会工作.
提示:除非完全相同,否则没有.