Revision history of "AMOS:Optimizing Coding Style"

Jump to: navigation, search

Diff selection: Mark the radio boxes 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.

  • (cur | prev) 09:52, 11 December 2007Spellcoder (talk | contribs). . (6,307 bytes) (+6,307). . (New page: ===Use Repeat/Until instead of For/Next=== speed increase: small Use a Repeat / Until loop instead of a For / Next loop. Don't use: For n=0 to 10 [code] Ne...)