Splitting huge lines?

BlitzMax Forums/BlitzMax Beginners Area/Splitting huge lines?

Say I have a huge function name with tons of parameters and I don't want it all on one line of the IDE. Can I split it so that the second line is interpreted as being part of the first line?

Thanks in advance.

Function LongFunction(a,b,c,d,e,f,..
		g,h,i,j,k)
		
		Print "hello"
		
End Function


lovely juvely, thanks. You may collect your cubs badge today for that.