1 Dec
2008
1 Dec
'08
12:09 p.m.
On Sun, Nov 30, 2008 at 5:09 PM, Zhaopeng Xing
Hi,
Does anyone know how to describe algorithm procedures in similar way as LaTeX algorithmic and algorithm packages? I tried to search it on wiki but found nothing. Thanks.
\starttext \setuplines[space=yes] \startlines $sum \leftarrow 0$ \bold{for} $i \leftarrow 1,n$ \bold{do} $sum \leftarrow sum + i$ \bold{end for} \stoplines \stoptext Wolfgang