13 Dec
2007
13 Dec
'07
7:42 p.m.
Taco Hoekwater
Heiko Oberdiek wrote:
\catcode`\{=1 \catcode`\}=2 \directlua0{ do local foo error("Error in third line") end } \endlinechar=10 %
Also:
\directlua0{ do local foo -- not used error("File gives an error because the comment does not end") end }
Well, it's LuaTeX, not Luaweb or so. So just use \directlua0{ do local foo % not used error("File gives an error because the comment does end") end } -- David Kastrup, Kriemhildstr. 15, 44793 Bochum