Dec 23, 2002 #1 fabien Technical User Joined Sep 25, 2001 Messages 299 Location AU Hi! What character should I use to break a line and continue it on the next line (this is to avoid too long lines)? an example would be: for .. a = 1*expression () & + expression2() & + .. .. Thanks!
Hi! What character should I use to break a line and continue it on the next line (this is to avoid too long lines)? an example would be: for .. a = 1*expression () & + expression2() & + .. .. Thanks!
Dec 23, 2002 #2 dickiebird Programmer Joined Feb 14, 2002 Messages 758 Location GB Nothing - just hit enter. C ignores all? whitespace. Dickie Bird (-))) Upvote 0 Downvote
Dec 24, 2002 Thread starter #3 fabien Technical User Joined Sep 25, 2001 Messages 299 Location AU Good one! Thanks! Upvote 0 Downvote