mirror of
https://github.com/ManchildProductions/UXP-Fixed.git
synced 2026-05-27 18:08:34 +00:00
2 lines
63 B
JavaScript
2 lines
63 B
JavaScript
function main2() { var a = 1 + 3; var b = a++; return b + a; }
|