Skip to content

Commit

Permalink
vm: stack comment
Browse files Browse the repository at this point in the history
  • Loading branch information
wkhere committed Apr 28, 2024
1 parent 7ab8a7b commit 7c21736
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ func (vm *vm) run() error {
push(v)

case opSETFIELD:
// (x -- x)
// ( x -- x )
name := readConst().(string)
blockSet(name, peek(0))

Expand Down

0 comments on commit 7c21736

Please sign in to comment.