インタプリンタからの標準出力にテキストを追記します
Interpreter_Append_Output
名前空間
|
Alice.Interpreter
|
アセンブリ
|
Alice.Runtime.dll
|
サポート
|
AliceScript1
|
void Interpreter_Append_Output(string text,bool isnewLine=false);
text 標準出力に追加するテキスト
isnewLine 標準出力にテキストを追加した後で、標準の改行コードを挿入するかどうかを表す値。規定値はFalseです。