UOOutlands / Razor

Razor is a free tool designed to help with simple tasks while playing Ultima Online.
http://www.uor-razor.com
GNU General Public License v3.0
9 stars 6 forks source link

[BUG] `continue` in `foreach` causes infinite loop. #68

Open ncskrypt opened 3 years ago

ncskrypt commented 3 years ago
foreach theThing in myList
  if ...
    continue // does not iterate to the next item or end the loop.
  endif
endfor
ncskrypt commented 3 years ago

image