summary refs log tree commit diff stats
path: root/todo.txt
diff options
context:
space:
mode:
Diffstat (limited to 'todo.txt')
-rwxr-xr-xtodo.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt
index 08fe20285..bc37ced38 100755
--- a/todo.txt
+++ b/todo.txt
@@ -48,6 +48,17 @@ version 0.9.XX
 - checked exceptions
 - fix implicit generic routines
 - think about ``{:}.toTable[int, string]()``
+- nice idea: 
+
+  p(a, b): 
+    echo a
+    echo b
+  
+  is the same as:
+  
+  p(a, b, proc() =
+     echo a
+     echo b)
 
 Library
 -------