IronKonoha.KStatement.toERR C# (CSharp) Method

toERR() public method

public toERR ( Context ctx, uint estart ) : void
ctx Context
estart uint
return void
        public void toERR(Context ctx, uint estart)
        {
            this.syn = ks.GetSyntax(KeywordType.Err);
            this.build = StmtType.ERR;
            //kObject_setObject(stmt, KW_Err, kstrerror(eno));
        }