EnableExplicit behavior
Posted: Fri Dec 05, 2025 5:58 am
Is this normal behavior?
Enable explicit is not carried directly to the modules:
Edit: 6.30 beta 4 Win64
Enable explicit is not carried directly to the modules:
Code: Select all
EnableExplicit
DeclareModule test
Declare testprocedure()
EndDeclareModule
Module test
Procedure testprocedure()
h = 100
EndProcedure
EndModule