diff options
Diffstat (limited to 'todo.txt')
-rwxr-xr-x | todo.txt | 11 |
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 ------- |