Interpreter Append Output

提供: AliceScript Wiki
2021年9月12日 (日) 13:00時点におけるMaster (トーク | 投稿記録)による版 (ページの作成:「インタプリンタからの標準出力にテキストを追記します Category:Alice.Interpreter {| class="wikitable" |+Interpreter_Append_Output |- |名前…」)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
ナビゲーションに移動 検索に移動

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

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


説明

void Interpreter_Append_Output(string text,bool? isnewLine);

引数

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

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