We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f941c65 commit 7e45afcCopy full SHA for 7e45afc
index.html
@@ -225,8 +225,7 @@ <h6>math functions</h6>
225
shr(x, y) -- shift right
226
sin(x) -- x sine, [0..1]; inverted
227
sqrt(x) -- x square root
228
-srand(x) -- set random seed
229
-time() -- current time in seconds</code></pre>
+srand(x) -- set random seed</code></pre>
230
231
<h6>operators</h6>
232
<pre><code class="lua">a = b -- assignment
@@ -284,10 +283,9 @@ <h6>flow control</h6>
284
283
-- for block
285
end
286
287
-for <key>,<value> in pairs(<table>) do
+for <key>, <value> in pairs(<table>) do
288
289
-end
290
-</code></pre>
+end</code></pre>
291
</div>
292
293
<!-- MEMORY -->
0 commit comments