overte-JulianGro/script-archive/example/tests/test-includes/b.js
2016-04-26 11:18:22 -07:00

6 lines
No EOL
70 B
JavaScript

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