谁还见过这样的程序逻辑 -->

回答: 我想知道怎么做window programming,请问//.2005-07-19 17:54:52

几例 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

所有跟帖: 

请您先登陆,再发跟帖!