Added types
This commit is contained in:
parent
7c5e0ae3a1
commit
baa2463b4b
19 changed files with 122 additions and 60 deletions
|
@ -33,5 +33,6 @@ func (f *Function) CompileAssignArray(node *ast.Assign) error {
|
|||
Length: byte(1),
|
||||
}
|
||||
|
||||
return f.ExpressionToMemory(right, memory)
|
||||
_, err = f.ExpressionToMemory(right, memory)
|
||||
return err
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue