diff options
author | Marius Kintel <marius@kintel.net> | 2011-12-19 15:16:25 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2011-12-19 15:16:25 (GMT) |
commit | 87c915af43e6c6118b44581a67b6fb63861aa067 (patch) | |
tree | 2b377b489c6d4044c4f08e7f95edb58d23a3430c /doc/TODO.txt | |
parent | 638743e2201c6869b48857dd2db5ec01df665162 (diff) |
minor clarification
Diffstat (limited to 'doc/TODO.txt')
-rw-r--r-- | doc/TODO.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 6bb3a15..92ff8a0 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -189,6 +189,7 @@ IDEAS FOR LANGUAGE CHANGES -------------------------- o More strict checking of module parameters to make e.g. this fail: module test(a,b) { a=1; b=2; echo(a,b,c); } test(c=3); + (also for built-in modules) CODE ---- |