Changes

Jump to navigation Jump to search
74 bytes added ,  15:18, December 16, 2008
Visual Basic example
Line 1: Line 1:  
The '''if then else''' logic of computer programming is the essential aspect which elevated the modern computer from earlier automatic machines such as the [[Jacquard loom]].
 
The '''if then else''' logic of computer programming is the essential aspect which elevated the modern computer from earlier automatic machines such as the [[Jacquard loom]].
 +
 +
Visual Basic example:
 +
if x < 4 then
 +
  y = z + x
 +
else
 +
  y = z
 +
end if
 +
 +
 
[[Category:Computer Programming]]
 
[[Category:Computer Programming]]
Siteadmin, Check users, nsTeam1RO, nsTeam1RW, nsTeam1_talkRO, nsTeam1_talkRW, oversight, Administrators
30,650

edits

Navigation menu