mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01: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); |