C Sharp Programming/Keywords/true
From Wikibooks, the open-content textbooks collection
The true keyword is a boolean constant value. Therefore
while(true)
would create an infinite loop.
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|
The true keyword is a boolean constant value. Therefore
while(true)
would create an infinite loop.
| C# Keywords | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| Special C# Identifiers | ||||||||||
|