Keyword as Modulname

Everything else that doesn't fall into one of the other PB categories.
User avatar
Josh
Addict
Addict
Posts: 1183
Joined: Sat Feb 13, 2010 3:45 pm

Keyword as Modulname

Post by Josh »

Should Pb-compiler not issue an errormessage when a keyword is used as modulname?

Code: Select all

DeclareModule Enumeration
  Define c
EndDeclareModule

Module Enumeration
  c = 3
EndModule

Debug Enumeration:: c
Enumeration:: c = 5
sorry for my bad english