Babel.Compiler.Compiler.PrintVersion C# (CSharp) Method

PrintVersion() protected method

protected PrintVersion ( ) : void
return void
        protected virtual void PrintVersion()
        {
            Console.Write("Babel Sather Compiler version " + VERSION + "\n");
        }