G
Guest
I was wondering if JScript.NET has a "main()" function for a global entry point? Like in C# and C++? I have searched alot everywhere and can't seem to find an answer. Though one answer was to place the STAThread Attribute on top of a function called main, but that didn't work.