﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2175	"IF require ENDIF with ""ContinueLoop"""	anonymous		" For $j = 0 to 5
   If $j = 3 Then ContinueLoop
 Next
==> ""ContinueLoop"" statement with no matching ""While"", ""Do"" or ""For"" 
statement.:

 For $j = 0 to 5
  If $j = 3 Then 
    ContinueLoop
  EndIf
 Next

OK"	Bug	closed		AutoIt	3.3.8.1	None	Duplicate		
