I've made a lot of improvement to my slides format for my teaching material and I've run into a serious issue with gobbleinput that I can express with with simple lines :
\starttext
\gobbleuntil\stoptyping
\starttyping
{ printf("%d", data); }
\stoptyping
This is ignored !
\stoptext
How can I use correctly gobbleinput to make it works ?