block editor: fix broken B and N

fixes #97
This commit is contained in:
Virgil Dupras 2020-04-27 18:11:54 -04:00
parent 295b4b6e0a
commit 3b66aefcd1
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ VARIABLE ACC
ACC !
;
: L BLK> @ _LIST ;
: B BLK> @ 1- BLK> ! L ;
: N BLK> @ 1+ BLK> ! L ;
: B BLK> @ 1- BLK@ L ;
: N BLK> @ 1+ BLK@ L ;