Console
rconsoleinput
在清除 console input state 并忽略 input 直到下一个 newline 后,使用 console input 从 stdin 读取一条 line 时会 yield。返回的 string 通过 string return 推入,并且不包含结尾 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 并忽略 input 直到下一个 newline 后,使用 console input 从 stdin 读取一条 line 时会 yield。返回的 string 通过 string return 推入,并且不包含结尾 newline。如果不存在 console window,该调用会返回且不带 values。