2016-04-26 11:18:22 -07:00

6 lines
70 B
JavaScript

// b.js:
if (b === undefined) {
b = 0;
}
b++;
print('script b: ' + b);