﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1884	Strings concatenation	anonymous		"This code works despite error in expression
{{{
Dim $line2 = @CRLF & 'Line 2'
Dim $line3 = @CRLF & 'Line 3'
Dim $line4 = @CRLF & 'Line 4'
Dim $text = 'Line 1' & $line2 $line3 & & $line4 ; Error in expression
MsgBox(0, '', $text)
}}}"	Bug	closed		AutoIt	3.3.6.1	None	Wont Fix		
