我想在谓词写中使用一个撇号'符号...我想写下这个符号: 写('''),但显然它不起作用。有没有办法做到这一点?像写('\'')或类似的东西来制作特殊的符号......可以写的正常符号?
答案 0 :(得分:0)
\\, \', \", \`
Stand for the character following the `\'.
(每http://sicstus.sics.se/sicstus/docs/3.12.7/html/sicstus/Escape-Sequences.html)