Definition: Forces explicit declaration of all variables in a source file.
Option Explicit
In Great Cow Basic, the Option Explicit statement forces you to declare all variables before using them in a source file.
This would be an option to prevent the use of undeclared variables.
Log in to post a comment.
Definition: Forces explicit declaration of all variables in a source file.
Option Explicit
In Great Cow Basic, the Option Explicit statement forces you to declare all variables before using them in a source file.
This would be an option to prevent the use of undeclared variables.