Home > Available Help Files > PC-DMIS BASIC Language > Language Reference A – Z > Option Explicit Statement > Example:
Current Help System: PC-DMIS BASIC (View Core Help)
Example:
Option Explicit
Sub Main
Print y ‘because y is not explicitly dimmed an error will occur.
End Sub