JScript

JScript is Microsoft's implementation of JavaScript. JScript is an interpreted programming language and complies with the ECMA 262 language specification. Below is an example of a JScript that prints Hello World!.

// Print Hello World!
print ("Hello World!");

Also see: Programming definitions