mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
fix check if value is in array
This commit is contained in:
@@ -583,7 +583,7 @@ func ArArray(arr []any) ArObject {
|
||||
}
|
||||
for _, v := range arr {
|
||||
res, err := runOperation(operationType{
|
||||
operation: 8,
|
||||
operation: 9,
|
||||
value1: v,
|
||||
value2: args[0],
|
||||
}, stack{}, 0)
|
||||
|
||||
Reference in New Issue
Block a user