Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Formatting code
#4
That is what I did . I just do not know where to put the blank lines like you would;

you would place the code like this.

Code:
Copy      Help
int i d p;str q w
i=1
d=2
p=(i+d)
w=p

q="You have "
str a.from(q w)
out a

since I do not know how to format code I would do this.

Code:
Copy      Help
int i d p;str q w
i=1
d=2
p=(i+d)
w=p
q="You have "
str a.from(q w)
out a

I would like to find out how to format code. Format code means make it look like this.

Code:
Copy      Help
int i d p;str q w
i=1
d=2
p=(i+d)
w=p

q="You have "
str a.from(q w)
out a


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)