diff --git a/machine.go b/machine.go index 1ea0abf..88d383b 100644 --- a/machine.go +++ b/machine.go @@ -284,7 +284,7 @@ func (vm *vm) run() error { push(v) case opSETFIELD: - // (x -- x) + // ( x -- x ) name := readConst().(string) blockSet(name, peek(0))