Created
October 3, 2018 08:27
-
-
Save vpetrigo/04db645313aa996d546c7137cd94e305 to your computer and use it in GitHub Desktop.
Revisions
-
vpetrigo created this gist
Oct 3, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ "<path/to/CrossWorks>\bin\crossscript.exe" -load "script.js" -verbose "count();" This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,6 @@ // dumb function to test crossscript function count() { var i = 0; WScript.Echo(i.toString() + "\n"); }