Files
asl/test/func_params.asl
2015-11-02 12:00:18 +03:00

4 lines
46 B
Plaintext

func myFunc(a = 1, b = 2) {
return a+b;
}