Esempio n. 1
0
        public static string Generate(string text)
        {
            //
            // SOME CHANGES BEFORE WE EVEN START
            //

            text = text.Replace("->", "→");

            //
            // DONE, WE'RE READY TO GO
            //

            return(Notation.MasterWrapper(Notation.FunctionReplacer(text)));
        }