俺英語不好,所以google了一下。

來源: 2010-04-04 10:13:45 [舊帖] [給我悄悄話] 本文已被閱讀:

看起來關鍵在ain't上。
ain't的wiki講,originally used for "am not", but also used for "is not", "are not", "has not", or "have not"。
也就是說,ain't等於otherwise。

換句話說這句話的意思是"如果不是以上列舉的情況,那麽。。。。。"

pseudo code as following:

switch(it)
case 1:
statements
break;
case 2:
statements
break;
...
default:
statements
break;