June 25, 2002 - Compiling and Running JScript .NET
June 25, 2002 Compiling and Running JScript .NET Tips: June 2002
Yehuda Shiran, Ph.D.
|
type tostring.js
to list the code on the screen
jsc tostring.js
to compile the code
tostring.exe
to execute the module
Here is the screen:
To learn more about JScript .NET, go to Column 111, JScript .NET, Part V: Polymorphism.