]> mj.ucw.cz Git - ucwmac.git/blobdiff - test.tex
ucw-algo: Comments
[ucwmac.git] / test.tex
index 5d2ba496422fb9c801fcfbee24d36dafffe80c31..42ffd775b416c83b312e2a8396c718047949eaba 100644 (file)
--- a/test.tex
+++ b/test.tex
@@ -106,7 +106,7 @@ The set{\settextsize{11}text}size macro does not strew spaces.
 
 \algo{Factorial}\algalias{calculate a~factorial}
 \algin A~non-negative integer~$n$
-\:If $n\ge 1$:
+\:If $n\ge 1$:  \cmt{Test if something}
 \::Return $n$
 \:Else:
 \::Return $n \cdot \alg{Factorial}(n-1)$