AjErl.Modules.IoModule.Nl C# (CSharp) Method

Nl() private method

private Nl ( Context context, IList arguments ) : object
context Context
arguments IList
return object
        private object Nl(Context context, IList<object> arguments)
        {
            this.machine.TextWriter.WriteLine();
            return this.ok;
        }