at* -> ?at in a couple places
parent
917296670d
commit
8b0b5878d2
|
@ -54,7 +54,7 @@ M: no-article summary
|
|||
drop "Help article does not exist" ;
|
||||
|
||||
: article ( name -- article )
|
||||
dup articles get at* [ nip ] [ drop no-article ] if ;
|
||||
articles get ?at [ no-article ] unless ;
|
||||
|
||||
M: object article-name article article-name ;
|
||||
M: object article-title article article-title ;
|
||||
|
|
|
@ -46,7 +46,7 @@ PRIVATE>
|
|||
|
||||
: group-name ( id -- string )
|
||||
dup group-cache get [
|
||||
dupd at* [ name>> nip ] [ drop number>string ] if
|
||||
?at [ name>> ] [ number>string ] if
|
||||
] [
|
||||
group-struct [ group-gr_name ] [ f ] if*
|
||||
] if*
|
||||
|
|
Loading…
Reference in New Issue