- 新增 __setindex_x 系列内置函数,用于数组元素赋值 - 实现了对 byte、short、int、long、float、double、boolean 和引用类型数组的支持 - 修改了 ExpressionBuilder 和 StatementBuilder以支持数组赋值语法 - 更新了 VirtualMachineEngine 和 SyscallCommand 以支持新的 ARR_SET系统调用
- 新增 __setindex_x 系列内置函数,用于数组元素赋值 - 实现了对 byte、short、int、long、float、double、boolean 和引用类型数组的支持 - 修改了 ExpressionBuilder 和 StatementBuilder以支持数组赋值语法 - 更新了 VirtualMachineEngine 和 SyscallCommand 以支持新的 ARR_SET系统调用