Update vm_test.go
store ...
This commit is contained in:
parent
75e6406c1f
commit
60fd2f3521
@ -90,7 +90,7 @@ d = store[0]
|
|||||||
|
|
||||||
asm, _ := mutan.NewCompiler().Compile(strings.NewReader(`
|
asm, _ := mutan.NewCompiler().Compile(strings.NewReader(`
|
||||||
a = 3 + 3
|
a = 3 + 3
|
||||||
stotre[1000] = a
|
store[1000] = a
|
||||||
store[1000]
|
store[1000]
|
||||||
`))
|
`))
|
||||||
asm = append(asm, "LOG")
|
asm = append(asm, "LOG")
|
||||||
|
Loading…
Reference in New Issue
Block a user