bcc icon indicating copy to clipboard operation
bcc copied to clipboard

Using scope as global variable name in a type

Open thareh opened this issue 3 months ago • 0 comments

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!

thareh avatar Aug 29 '25 09:08 thareh