JScript

From Rosetta Code
Revision as of 20:50, 7 October 2009 by Eriksiers (talk | contribs) (added small "differences" blurb)
JScript is an implementation of JavaScript. Other implementations of JavaScript.
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!

From the JScript Homepage (edits mine):

JScript is the Microsoft implementation of the ECMA 262 language specification (ECMAScript Edition 3). With [...] a few [...] exceptions (to maintain backwards compatibility), JScript is a full implementation of the ECMA standard.

JScript has some Microsoft-specific extensions meant to aid in using the language as a local programming language on the Windows platform. A short (and probably incomplete) list can be found on the Wikipedia page.