Console
rconsoleinput
console input state를 지우고 다음 newline까지 input을 무시한 뒤 console input으로 stdin에서 하나의 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에서 하나의 line을 읽는 동안 yield합니다. 반환되는 string은 string return으로 push되며 끝 newline은 포함하지 않습니다. console window가 없으면 호출은 values 없이 반환됩니다.