On Thu, Oct 24, 2019 at 05:11:50PM +0200, Taco Hoekwater wrote:
> Here is the problem:
>                       
> >         context ( 'function Rosi():   b.smrk = ', b.smrk )
> 
> 
> That should be:
> 
>    context ( 'function Rosi():   b.smrk = ' .. b.smrk )
> 
> since the context() function does not support variable argument lists (not 
> not like print())
> 
> Best wishes,
> Taco


Yes, that's ok now! It works. Thank you, Taco!

Best wishes,
Rudolf
___________________________________________________________________________________
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