We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
但应用右手操作符规则时,右手操作符如:=将具有最高优先级。然而实际情况中,.和%%是个例外。 虽然以上在文档中没有说得特别明确: 但目前来看,以下代码解释器是正常的,而插件报错:
:=
.
%%
c:={cc:7,id:'cc'} cc2:=c.%a:=c.id% OutputDebug(cc2)
The text was updated successfully, but these errors were encountered:
016d0bb
No branches or pull requests
但应用右手操作符规则时,右手操作符如
:=
将具有最高优先级。然而实际情况中,.
和%%
是个例外。虽然以上在文档中没有说得特别明确:
但目前来看,以下代码解释器是正常的,而插件报错:
The text was updated successfully, but these errors were encountered: