mirror of
https://github.com/roytam1/UXP.git
synced 2026-07-04 22:28:36 +00:00
10 lines
92 B
JavaScript
10 lines
92 B
JavaScript
"use strict";
|
|
|
|
function f() {}
|
|
|
|
(function () {
|
|
var a = 1;
|
|
var b = 2;
|
|
var c = 3;
|
|
})();
|