summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/lisp-on-tex/tug2013/bench/perltex/ast.tex
blob: 5b0aebdf7087fcff9b497396d8c2de994b4ca0fc (plain)
1
2
3
4
5
6
7
\documentclass{article}
\usepackage{perltex}
\newcommand{\asts}{}
\perlnewcommand{\astsperl}[1]{'\renewcommand{\asts}{'. '*' x $_[0] . '}'}
\begin{document}
  \astsperl{10000}\asts
\end{document}