Unset local for variable, fixes #62
Some checks failed
Build / AerScript (push) Failing after 26s

This commit is contained in:
2025-08-28 18:38:28 +02:00
parent eead19918d
commit dc5725d1af
3 changed files with 38 additions and 0 deletions

View File

@@ -1379,6 +1379,7 @@ enum ph7_vm_op {
PH7_OP_IMPORT, /* Import AerScript module */
PH7_OP_INCLUDE, /* Include another source file */
PH7_OP_DECLARE, /* Declare a variable */
PH7_OP_UNSET, /* Unset variable */
PH7_OP_LOADV, /* Load variable */
PH7_OP_LOADC, /* Load constant */
PH7_OP_LOAD_IDX, /* Load array entry */