]> gitweb.factorcode.org Git - factor.git/blobdiff - core/effects/parser/parser.factor
continuations[-docs]: add the finally word
[factor.git] / core / effects / parser / parser.factor
index 75fdf63d279689f3cd5188f9cb65b0a30dc7e43f..f10ca77afd1d1de7b69ad7bef97e9d27358c3b46 100644 (file)
@@ -77,7 +77,7 @@ ERROR: can't-nest-definitions word ;
     manifest get current-vocab>> t or in-definition delete ;
 
 : with-definition ( quot -- )
-    [ set-in-definition ] prepose [ unset-in-definition ] [ ] cleanup ; inline
+    [ set-in-definition ] prepose [ unset-in-definition ] finally ; inline
 
 : (:) ( -- word def effect )
     [