make: Add ,+ to make

db4
Doug Coleman 2012-07-19 17:47:50 -07:00
parent 7327999e0a
commit 7240ccb20e
1 changed files with 2 additions and 0 deletions

View File

@ -35,3 +35,5 @@ PRIVATE>
: ,, ( value key -- ) building get set-at ; : ,, ( value key -- ) building get set-at ;
: %% ( assoc -- ) building get swap assoc-union! drop ; : %% ( assoc -- ) building get swap assoc-union! drop ;
: ,+ ( n key -- ) building get at+ ;