R
RogerF
Hello,
I want to print a semicolon inside a write() function.
Example:
If I want to print out
Be all that you can be;
And then some.
I though using:
write('Be all that you can be;')
write('And then some.')
Well the presense of the semicolon at the end of the word be does not
work.
Anyways, can anyone tell me how to write a semicolon in a write
statement? Sorry I just don't know the syntax.
Thank you in advance for your help,
-Roger
I want to print a semicolon inside a write() function.
Example:
If I want to print out
Be all that you can be;
And then some.
I though using:
write('Be all that you can be;')
write('And then some.')
Well the presense of the semicolon at the end of the word be does not
work.
Anyways, can anyone tell me how to write a semicolon in a write
statement? Sorry I just don't know the syntax.
Thank you in advance for your help,
-Roger