Every line of 'the first letter of prompt is called' code snippets is scanned for vulnerabilities by our powerful machine learning engine that combs millions of open source libraries, ensuring your JavaScript code is secure.
161 function setPrompt(text) { 162 appendToWorld(curWorld, '-- ' + text + ' --'); 163 API.flush(); 164 }