Author | Message |
---|---|
disrael
Posts: 44
|
Posted 01:48 Nov 10, 2015 |
This question is in regards to Cervates Lab 3 El Tables. I cant seem to get the expression language to print out the statement correctly. It just seems to continue converting the expression to the correct value. I believe I may be making a mistake with the quotes. Essentially how do I get ${3+2} to print out instead of 5 I know it seems like a silly question but I can't seem to find a solution. |
Anon
Posts: 134
|
Posted 01:56 Nov 10, 2015 |
You use a backward slash \ before the $ sign. |
vluu2
Posts: 64
|
Posted 01:57 Nov 10, 2015 |
\${3+2}
|
disrael
Posts: 44
|
Posted 02:14 Nov 10, 2015 |
Thank you both very much for the help. |