mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-05 20:08:03 +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); |