mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-06-11 11:08:45 +00:00
7 lines
78 B
JavaScript
7 lines
78 B
JavaScript
function foo(x, y) {
|
|
function bar() {
|
|
return x + y;
|
|
}
|
|
return bar;
|
|
}
|