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