From 87c915af43e6c6118b44581a67b6fb63861aa067 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Mon, 19 Dec 2011 16:16:25 +0100 Subject: minor clarification 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 ---- -- cgit v0.10.1