回覆 15# beebeechan
剛好相反。
「老公發現新婚老婆不是處女」、「拉女去用石打死」、「沒有拉女去用石打死」
你這幾句在語法上完全合理(no syntax errors,過到compiler / interpreter),但夾在一起就立即出現矛盾(logic errors),相當於聖經每句都很清楚明白,但夾在一起就出現自相矛盾。
一般教徒思維就是:聖經沒有可能出現矛盾的,因此一定是compiler / interpreter有問題(人的理解有問題)了。
In computer programming, a logic error is a bug in a program that causes it to operate incorrectly, but not to terminate abnormally (or crash). A logic error produces unintended or undesired output or other behaviour, although it may not immediately be recognised as such.
Logic errors occur in both compiled and interpreted languages. Unlike a program with a syntax error, a program with a logic error is a valid program in the language, though it does not behave as intended. The only clue to the existence of logic errors is the production of wrong solutions.
https://en.wikipedia.org/wiki/Logic_error |