Files
2018-02-02 04:16:08 -05:00

2 lines
63 B
JavaScript

function main2() { var a = 1 + 3; var b = a++; return b + a; }