stupid mutable state
parent
e4ba9315a6
commit
d4ce348c50
|
@ -198,7 +198,7 @@ PRIVATE>
|
|||
windows get empty? not ;
|
||||
|
||||
: ?attributes ( gadget title/attributes -- attributes )
|
||||
dup string? [ world-attributes new swap >>title ] when
|
||||
dup string? [ world-attributes new swap >>title ] [ clone ] if
|
||||
swap [ [ [ 1array ] [ f ] if* ] curry unless* ] curry change-gadgets ;
|
||||
|
||||
PRIVATE>
|
||||
|
|
Loading…
Reference in New Issue