Ejemplo n.º 1
0
 private IErlObject ioProcessPutChars(ErlAtom encoding,
                                      ErlString str, IErlObject replyAs)
 {
     Node.IoOutput(encoding, str);
     return(s_ReplyPattern.Subst(
                new ErlVarBind {
         { RA, replyAs }, { R, ConstAtoms.Ok }
     }));
 }