New Example 1: Basic Variables with Initial Values

    ' Demonstrates variable declarations with and without initial values

    Dim Count As Byte = 5
    Dim Threshold As Word = 300
    Dim Mode As Byte
    Dim Ready As Bit = 1

    Mode = 2