modern: fix bug i thought i fixed but had git troubles

locals-and-roots
Doug Coleman 2016-06-21 10:21:25 -07:00
parent b21c5563ef
commit e714d80140
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ M: array collapse-decorators
] if ;
: top-level-less-than? ( string -- ? )
dup "<" tail? [
dup { [ "<" tail? ] [ length 1 > ] [ first char: A char: Z between? ] } 1&& [
but-last
dup length 1 > [
[ [ char: \: = ] find-last ] keep