hello,
I'd like to write some special characters to an output
This is the output I want: $a "b"
Here the problem is I need the symbols $ and " to appear in my output. Please help me in doing so, if I do for example puts "$a" it will tell me that I've do declare a, since it understands it as "value of a"
Thanks
Kamil
I'd like to write some special characters to an output
This is the output I want: $a "b"
Here the problem is I need the symbols $ and " to appear in my output. Please help me in doing so, if I do for example puts "$a" it will tell me that I've do declare a, since it understands it as "value of a"
Thanks
Kamil