Changes between Version 1 and Version 2 of WhileStatement
- Timestamp:
- 12/20/10 02:50:41 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WhileStatement
v1 v2 1 = While Statement = 1 2 The '''while''' statement is used to repeatedly execute code while a condition is true. 2 3 === Grammar ===