Re: [NTG-context] Passing two arguments from Lua to Context

2018-02-13 Thread Hans Hagen
On 2/13/2018 10:16 PM, Otared Kavian wrote: On 13 Feb 2018, at 17:38, Hans Hagen wrote: […] context.goto( "Index", { "ref:index" }) \def\foo#1#2{} context.foo("a","b") \def\foo[#1][#2]{} context.foo( { "a" }, { "b" } ) etc Hi Hans, Thanks for your attention, your quick respon

Re: [NTG-context] Passing two arguments from Lua to Context

2018-02-13 Thread Otared Kavian
> On 13 Feb 2018, at 17:38, Hans Hagen wrote: > >> […] > > context.goto( "Index", { "ref:index" }) > > \def\foo#1#2{} > > context.foo("a","b") > > \def\foo[#1][#2]{} > > context.foo( { "a" }, { "b" } ) > > etc Hi Hans, Thanks for your attention, your quick response and the hints,