Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我已经注意到很多次这样的语法错误
Exit(push(ASBDD(asPixmap, _ScriptSavePixmap(Script, PMRGBAdjust(_ScriptGetPixmap(Script, Args[0].Index), adjparams))));
实际上编译。请注意,)缺少一个右括号。(当然,如果我添加这个缺失的括号,它也会编译!)
)
这是记录在案的功能吗?
附加信息:有问题的语句是代码块中的最后一条语句。在该语句之后插入任何语句将导致编译器报告正确的缺失“)”错误。
当它遇到块的末尾时,编译器似乎会丢失丢失的“)”错误。这很可能是编译器错误。在我看来,这种异常现象可能已经存在了很长时间。不要依赖它。