' BC30801: Labels that are numbers must be followed by colons ' BC30451: Name 'a' is not declared ' BC30203: Identifier expected Imports System Module BlockStatementsC4 sub main 1a: _#$%dd: Console.WriteLine("Invalid labels") end sub End Module