update
This commit is contained in:
parent
443f392ee6
commit
7318a264c5
|
@ -36,6 +36,7 @@ var func_with_func_para=func(a,f){return f(a);}
|
|||
|
||||
func_with_lack_para(a:1, b:2, c:3, d:4);
|
||||
func_with_lack_para(b:1, c:3, a:4, d:1);
|
||||
func_with_func_para(f:func prt,a:1);
|
||||
func_with_func_para(func func_1(),func(x){return x;});
|
||||
func_with_func_para(func_1(),func_1);
|
||||
prt(func func_1());
|
||||
|
|
Loading…
Reference in New Issue