Closed TwitchBronBron closed 5 years ago
This brightscript code causes a parse error because the stop keyword is not being interpreted as an identifier.
stop
function GetObject() obj = { stop: function() as void end function } return obj end function
Great catch! Pulling this into 0.13.0.
This brightscript code causes a parse error because the
stop
keyword is not being interpreted as an identifier.