AjErl.Modules.IoModule.Write C# (CSharp) Метод

Write() приватный Метод

private Write ( Context context, IList arguments ) : object
context Context
arguments IList
Результат object
        private object Write(Context context, IList<object> arguments)
        {
            this.machine.TextWriter.Write(Machine.ToString(arguments[0]));
            return this.ok;
        }