diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/TODO.txt b/doc/TODO.txt index 6d608ee..182a7b7 100644 --- a/doc/TODO.txt +++ b/doc/TODO.txt @@ -175,6 +175,11 @@ o Hollow donut problem +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); + CODE ---- |