mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
1 line
63 B
JavaScript
1 line
63 B
JavaScript
|
|
function main2() { var a = 1 + 3; var b = a++; return b + a; }
|