The compiler options can control whether all variables must be explicitly declared, whether narrowing type conversions must be explicit, or whether strings should be compared as text or as binary quantities.
The Option keyword can be used in these contexts:
Option Compare Statement
Option Explicit Statement (Visual Basic)
Option Infer Statement
Option Strict Statement