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