From a46ed465c5f175121131a27e3ad1860a058033a2 Mon Sep 17 00:00:00 2001 From: Ayke van Laethem Date: Thu, 13 Sep 2018 00:31:43 +0200 Subject: [PATCH] README: defer has been fully implemented --- README.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.markdown b/README.markdown index a9cc94337..9b2fda63c 100644 --- a/README.markdown +++ b/README.markdown @@ -47,7 +47,7 @@ Currently supported features: features) * slices (partially) * maps (very rough, unfinished) - * defer (only in trivial cases) + * defer * closures * bound methods