Inline function support
Al la Javascript.
For instance:
Submitted by Zef Hemel on 5 March 2011 at 18:49
var f : Function1<Num, void> = function(n : Num) { … };
Issue Log
On 7 March 2011 at 16:33 Meinte Boersma commented:
This would also be useful for defining validators on input controls which use local state other than the input control’s value. (E.g., ensuring that a date is later than some other date.)
On 13 May 2011 at 13:37 Zef Hemel closed this issue.
Log in to post comments