Id = 1,
Result= "1",
How do I surround the value in Id with double quotations? In the example above I have the value 1 stored in Id and I want to surround it with double quotations and store it in Result. How would I accomplish this using Prolog code?