Console
rconsoleinput
console input state をクリアし、次の newline まで input を無視したあと、console input で stdin から 1 つの line を読む間 yield します。返される string は string return で push され、終端の newline は含まれません。console window が存在しない場合、この呼び出しは values なしで戻ります。
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
console input state をクリアし、次の newline まで input を無視したあと、console input で stdin から 1 つの line を読む間 yield します。返される string は string return で push され、終端の newline は含まれません。console window が存在しない場合、この呼び出しは values なしで戻ります。