mirror of
https://github.com/Kugelschieber/asl.git
synced 2026-01-18 12:00:25 +00:00
4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
func myFunc(a = 1, b = 2) {
|
|
return a+b;
|
|
}
|