你那个提示是对的,这样一个条件下面,就只会有一个指令了

来源: 2015-03-09 17:24:45 [博客] [旧帖] [给我悄悄话] 本文已被阅读:

If [a steady circular red signal alone]
     Then “stop …..” (A);
Elseif [sign is in place prohibiting a turn]
     Then “stop …..” (B);
Else 
     “go”
     Exception
          If [pedestrians lawfully within an adjacent crosswalk]
              Then “Yield” (B);
          End if;
End if;

这不算法律么?老猫为什么打包?