﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2846	Multiline statements error	anonymous		"Any statement containing two consecutive underscores is an error.
{{{
Local $a = f (1) + f (2) + _
	_ ; Error here: unexpected underscore.
	f(3)
}}}"	Bug	closed		AutoIt	3.3.12.0	None	No Bug	line continuation	
