Skip to content

Is


Clause in the Select Case statement block.

Syntax

` Case Is expression

`

Description

Is specifies that a particular case inside a Select Case block will be evaluated based on an expression including the greater than (>) or less than (<) operator and a value.

Examples

See example at Select Case.

See also

  • Select Case
  • Operator Is

Back to DocToc

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft