Unset local for variable, fixes #62
Some checks failed
Build / AerScript (push) Failing after 26s
Some checks failed
Build / AerScript (push) Failing after 26s
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user