id summary reporter owner description type status milestone component version severity resolution keywords cc 433 Au3Check unexpected behaviour TomZ (tom.vd.zanden /at\ gmail D0T c[]m) Jos "{{{ some_function() Func some_function() _helper_function() EndFunc Func bogus_function() ( EndFunc Func _helper_function() EndFunc }}} {{{ +>13:29:55 Starting AutoIt3Wrapper v.1.10.1.8 Environment(Language:0413 Keyboard:00020409 OS:WIN_XP/Service Pack 2 CPU:X86) >Running AU3Check (1.54.13.0) from:bug.au3(8,2) : ERROR: syntax error ( ^ bug.au3(4,19) : ERROR: _helper_function(): undefined function. _helper_function() ~~~~~~~~~~~~~~~~~^ bug.au3 - 2 error(s), 0 warning(s) !>13:29:55 AU3Check ended.rc:2 >Exit code: 0 Time: 2.457 }}} Due to the unbalanced brackets in bogus_function, _helper_function is reported as undefined, while it isn't. This is slightly confusing, making debugging harder. Moving _helper_function above bogus_function eliminates this problem." Bug closed SciTE4AutoIt 3.2.12.0 None No Bug