Generic for: Revision history

From ROBLOX Wiki
Jump to navigationJump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

11 December 2024

  • curprev 00:1000:10, 11 December 2024 PRG talk contribs 2,675 bytes +2,675 Created page with "__TOC__ ==Introduction== Basic for loops have already been covered in Loops. If you haven't already done so, please review Loops. == Discussion == The generic <b>for</b> loop traverses all values returned by the iterator. The iterator is the number that keeps track of how many times a <b>for</b> loop is supposed to run. This is <b>different</b> from a the numeric <b>for</b> loop in Loops in that before we were simply displaying the iterator (or a f..."