5 Oct
2007
5 Oct
'07
5:12 p.m.
Hans Hagen
Hi ,
\directlua 0{ if ("ab" ~= "cb") then do texio.write_nl("not equal") end end } \bye
results in ! LuaTeX error [string "luas[0]"]:1: ')' expected near '\'.
This is with yesterday's svn.
well, it fails with any version, given that you have ~ defines as active char that expands to something \directlua 0 { if "ab" \string ~= "cb" then texio.write_nl("not equal") end } probably works ok at your end Hans Yes, thanks. eythan