QBasic Tutorial 8 - Select Case Statements - QB64

Опубликовано: 02 Август 2011
на канале: SchoolFreeware
59,807
281

http://www.SchoolFreeware.com

Select-Case statements work like If statements. The difference is that the Select-Case statement can make the code simpler to read and work with than If statements. In some computer languages and computer systems, the Select-Case statements run faster than the If statements.