canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,798
edits
MarkFinkle (talk | contribs) |
MarkFinkle (talk | contribs) |
||
| Line 67: | Line 67: | ||
The ECMAScript working group (ECMA TG1) is providing a reference implementation that you can play with in order to get a feel for how the language operates. A binary version currently exists for Windows & OS X. This [http://www.ecmascript.org/download.php download] will give you a console application that you can run to try the syntax out for yourself. | The ECMAScript working group (ECMA TG1) is providing a reference implementation that you can play with in order to get a feel for how the language operates. A binary version currently exists for Windows & OS X. This [http://www.ecmascript.org/download.php download] will give you a console application that you can run to try the syntax out for yourself. | ||
You can use the binary reference implementation like so | You can use the binary reference implementation like so: | ||
<pre>$ ./es4 | <pre>$ ./es4 | ||
>> var test = "works!"; | >> var test = "works!"; | ||