mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-07 01:43:30 +02:00
6 lines
No EOL
70 B
JavaScript
6 lines
No EOL
70 B
JavaScript
// b.js:
|
|
if (b === undefined) {
|
|
b = 0;
|
|
}
|
|
b++;
|
|
print('script b: ' + b); |