aviatorscript
aviatorscript copied to clipboard
Compile能否提前发现某些Function不可用?
使用 disableFeature 或 removeFunction 的时候,只能是在 execute 后才能报错 “xxx not found” 能否在compile时就能发现? 这种行为更像是解释型? 更有点不解5.3之后的编译和解释两种模式了