Hello,

I encountered a phenomena that I cannot understand. Let's have the following 
code:

----
\def\T{%
   \startluacode
     context("t")
   \stopluacode
}

\def\U{%
   \startluacode
     --

     context("u")
   \stopluacode
}

\starttext
   A
   \startluacode
     --

     context("b")
   \stopluacode
   \T
   \U
\stoptext
----

This gives "Abt" - but there is no "u".

It seems that the (first) comment mark "--" within a \startluacode within \def 
(here: \def\U) causes all code till \stopluacode is being ignored.

But why?

Maybe I'm missing something very basic...

Best regards,

Lukas


--
Ing. Lukáš Procházka | mailto:l...@pontex.cz
Pontex s. r. o.      | mailto:pon...@pontex.cz | http://www.pontex.cz | 
IDDS:nrpt3sn
Bezová 1658
147 14 Praha 4

Mob.: +420 702 033 396

Attachment: t3.mkiv
Description: Binary data

Attachment: t3.pdf
Description: Adobe PDF document

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : http://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

Reply via email to