From 39db29a3ead1876a0f32c4cff96e817880c9fe01 Mon Sep 17 00:00:00 2001 From: Justin DeVuyst Date: Fri, 30 Oct 2015 18:28:10 +0000 Subject: [PATCH] Add dispatch related declarators. --- WANTED | 1 + 1 file changed, 1 insertion(+) diff --git a/WANTED b/WANTED index 50f480f80..bce35ce43 100644 --- a/WANTED +++ b/WANTED @@ -17,6 +17,7 @@ Tutorials: Syntax features: * Hyper Operators (prefix, infix, postfix and method call) * $*ARGFILES, lines() (Issue #96) + * dispatch related declarators: multi, only, proto, method, etc... API docs: * KeyReducer