Minor tweak
parent
3b6cccb620
commit
9f62c309c7
|
@ -88,7 +88,7 @@ SYMBOL: cols
|
||||||
: render ( -- )
|
: render ( -- )
|
||||||
height [
|
height [
|
||||||
width [
|
width [
|
||||||
2dup swap c 0 nb-iter iter dup 0 = [
|
2dup swap c 0 nb-iter iter dup zero? [
|
||||||
drop "\0\0\0"
|
drop "\0\0\0"
|
||||||
] [
|
] [
|
||||||
cols get [ length mod ] keep nth
|
cols get [ length mod ] keep nth
|
||||||
|
|
Loading…
Reference in New Issue