Interpreter Append Data

インタプリンタからの出力にテキストを追記します

Interpreter_Append_Data
名前空間 Alice.Interpreter
アセンブリ Alice.Runtime.dll
サポート AliceScript1


説明

bool Interpreter_Append_Data(string text,bool? isnewLine);

引数

text 標準出力に追加するテキスト

isnewLine 標準出力にテキストを追加した後で、標準の改行コードを挿入するかどうか。規定値はFalseです。

戻り値

bool 出力が受け取られたかどうかを示す値