mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +09:00
6 lines
69 B
JavaScript
6 lines
69 B
JavaScript
"use strict";
|
|
|
|
function f() {
|
|
var a = 1; var b = 2;
|
|
var c = 3;
|
|
}
|