Ejemplo n.º 1
0
        public void Write(string text)
        {
            text += "\n";

            StdOut.Insert(StdOut.CurrentSnapshot.Length, text);
        }