インタプリンタからの出力にテキストを追記します
Interpreter_Append_Data
名前空間
|
Alice.Interpreter
|
アセンブリ
|
Alice.Runtime.dll
|
サポート
|
AliceScript1
|
bool Interpreter_Append_Data(string text,bool? isnewLine);
text 標準出力に追加するテキスト
isnewLine 標準出力にテキストを追加した後で、標準の改行コードを挿入するかどうか。規定値はFalseです。
戻り値[編集]
bool 出力が受け取られたかどうかを示す値