You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: while-true/index.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -290,7 +290,7 @@ <h2>Content</h2>
290
290
291
291
<h1>WHILE TRUE</h1>
292
292
<p><code>while true</code> is an infinite loop. It ends only with the <code>break</code> command or when the script is ended (e.g. using <code>terminate_this_script</code>).</p>
293
-
<p>It is often used to create a main body of a CLEO script, which contantly awaits for a key press to trigger some action.</p>
293
+
<p>It is often used to create the main body of a CLEO script which constantly awaits for the player input.</p>
0 commit comments