Pre Processor

TomBascom

Curmudgeon
Should be:

Code:
display "~{".

The tilde is an escape character, it goes before the target character to say "do not treat the next character specially, take it literally". ;)
 

sphipp

Member
Thanks - that's what I thought I had typed and that's what I was sure I had typed, but the code imps muddled it up for me.
 

balachandar

New Member
Yeah.. sorry.. i worked fine..!! i tried to store that in a preprocessor and tried to print it.. it didn't work at that point...!!
 
Top