Splitting huge lines?

BlitzMax Forums/BlitzMax Beginners Area/Splitting huge lines?

Grey Alien(Posted 2006) [#1]
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.


TartanTangerine (was Indiepath)(Posted 2006) [#2]
Function LongFunction(a,b,c,d,e,f,..
		g,h,i,j,k)
		
		Print "hello"
		
End Function



Grey Alien(Posted 2006) [#3]
lovely juvely, thanks. You may collect your cubs badge today for that.