]> gitweb.factorcode.org Git - factor.git/blobdiff - extra/odbc/odbc.factor
continuations[-docs]: add the finally word
[factor.git] / extra / odbc / odbc.factor
index 935d9e0bae94ef66c18ba9f4d07ff132cd021f82..f7bfa4d87c00bdcc1917e4de007cb246ee16605e 100644 (file)
@@ -279,4 +279,4 @@ C: <field> field
             dup odbc-get-all-rows
             swap odbc-free-statement
         ] keep
-    ] [ odbc-disconnect ] [ ] cleanup ;
+    ] [ odbc-disconnect ] finally ;