几例 VB 程序,出自国内一知名高校的计算机专业本科生之手:
---
例1:
if (a = 1) then
...
end if
if (a 1) then
...
end if
----
例2:
if (a = 1) then
if (a = 1 and b = 1) then
...
end if
end if
---
例3:
if ((a = 1 OR b 1) AND not (c = 1 and b = 1)) then
...
end if
谁还见过这样的程序逻辑 -->
所有跟帖:
•
其实也没有必要奇怪。无所谓逻辑如何,能跑就可以了,嘿嘿
-The挨踢guy-
♀
(138 bytes)
()
07/20/2005 postreply
07:24:33
•
no, 是个男的。自己觉得牛得很。
-这次可不敢恭维你-
♀
(120 bytes)
()
07/20/2005 postreply
08:02:31
•
工作中很少有一个人100%完成一个程序的。别人读时不是
-纳闷死,就是笑死-
♀
(68 bytes)
()
07/20/2005 postreply
08:12:35
•
还有升级的事。“只要能跑”是极不负责而且要挨人人骂的
-狗屁逻辑!-
♀
(0 bytes)
()
07/20/2005 postreply
08:13:35