Code:
main() { printf("howzit world\n"); }
This is a test of PHP tag.
line 2
line 3
line 5 (since line 4 is blank)
end of test
int i int j int adc fin = fopen("launch1a.txt","r") i = 0 fscanf(fin,"%d",&adc) for (j=1; j<=20; j++) printf("%d - %d\n",i,adc) i++ fscanf(fin,"%d",&adc)
line 1 line 2 line 3 line 4 line 5 line 6 line 7 line 8 line 9 line 10 line 11 line 12 line 13 line 14 line 15 line 16 line 17 line 18 line 19 line 20 line 21 line 22 line 23 line 24 line 25 line 26 line 27 line 28 line 29 line 30 line 31 line 32 line 33 line 34 line 35 line 36 line 37 line 38 line 39 line 40
Use of the code tag is meant to post program code. Like BASIC or C or whatever programming language you are using that needs to be displayed. Text with in the code tag do not get word wrapped. You need to enter a newline character (like the Enter key) to go to the next line.
Leave a comment: