bcc
bcc copied to clipboard
Using scope as global variable name in a type
Good day,
Seems that using scope as a global variable name in a type causes some errors:
Framework BRL.Blitz
Type TFoo
Global scope:String = "test"
EndType
Cheers!