Warning

You're browsing the old v2.x documentation. This version is no longer maintained. Click here to go the v3.x documentation.

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
performance [2019/08/01 12:26] – [Tip #6: use ON for branching] neilsperformance [2019/08/01 12:26] – [Tip #7 REPEAT ... UNTIL is faster than FOR ... NEXT] neils
Line 82: Line 82:
   on x! goto false_case, true_case   on x! goto false_case, true_case
  
-==== Tip #REPEAT ... UNTIL is faster than FOR ... NEXT ====+==== Tip #REPEAT ... UNTIL is faster than FOR ... NEXT ====
  
 You can gain some speed boost using ''REPEAT ... UNTIL'' instead of  ''FOR ... NEXT'': You can gain some speed boost using ''REPEAT ... UNTIL'' instead of  ''FOR ... NEXT'':