]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/hashtables/wrapped/prettyprint/prettyprint.factor
continuations[-docs]: add the finally word
[factor.git] / basis / hashtables / wrapped / prettyprint / prettyprint.factor
index 1abd5cc10a7058037610bc43dda6dfb97076c671..cf4100e44ddcee6a8a62df447d7e214f7ab4d118 100644 (file)
@@ -10,4 +10,4 @@ M: wrapped-hashtable >pprint-sequence >alist ;
 
 M: wrapped-hashtable pprint*
     nesting-limit inc
-    [ pprint-object ] [ nesting-limit dec ] [ ] cleanup ;
+    [ pprint-object ] [ nesting-limit dec ] finally ;