Property | Type | Description | |
---|---|---|---|
interpreter | Interpreter |
Method | Description | |
---|---|---|
Dumpl ( IEnumerable c ) : void | ||
Include ( string file ) : void | ||
MInfo ( object ctype, string mname ) : void | ||
Print ( ) : void | ||
Printl ( IEnumerable c ) : void | ||
ReadLine ( ) : string | ||
Write ( string s ) : void |
public static MInfo ( object ctype, string mname ) : void | ||
ctype | object | |
mname | string | |
return | void |
public static Printl ( IEnumerable c ) : void | ||
c | IEnumerable | |
return | void |