Difference between revisions of "Glossary"

From CompSciWiki
Jump to: navigation, search
(- C -)
(- C -)
Line 1: Line 1:
 
===Glossary===
 
===Glossary===
 
====- C -====
 
====- C -====
'''Control Statement''' - A statement that returns a boolean value usually used to denote the end case for a loop.
+
'''Control Statement''' - A statement that returns a boolean value usually used to denote conditions for an if statement or the end case of a loop.

Revision as of 16:35, 20 February 2007

Glossary

- C -

Control Statement - A statement that returns a boolean value usually used to denote conditions for an if statement or the end case of a loop.