Closed 756445638 closed 4 years ago
[yuyang@localhost release]$ ./mujs -i
let a = 1; SyntaxError: [stdin]:1: unexpected token: (identifier) (expected ';')
"let" is not part of ECMAScript 5 language. The "let" and "const" keywords were added in a later version of the language, which is not supported by mujs.
ok thanks
[yuyang@localhost release]$ ./mujs -i