modern: fix bug i thought i fixed but had git troubles
parent
b21c5563ef
commit
e714d80140
|
@ -150,7 +150,7 @@ M: array collapse-decorators
|
||||||
] if ;
|
] if ;
|
||||||
|
|
||||||
: top-level-less-than? ( string -- ? )
|
: top-level-less-than? ( string -- ? )
|
||||||
dup "<" tail? [
|
dup { [ "<" tail? ] [ length 1 > ] [ first char: A char: Z between? ] } 1&& [
|
||||||
but-last
|
but-last
|
||||||
dup length 1 > [
|
dup length 1 > [
|
||||||
[ [ char: \: = ] find-last ] keep
|
[ [ char: \: = ] find-last ] keep
|
||||||
|
|
Loading…
Reference in New Issue