summaryrefslogtreecommitdiff
path: root/support/arara/source/src/test/resources/executiontests/conditionals/conditionals.tex
blob: 35a3208e12f30129aa78668470c2ed0896946d01 (plain)
1
2
3
4
5
6
% arara: echoone
% arara: echotwo if exists('quack')
% arara: echothree if (exists('quack') && found('quack', 'Duck'))
% arara: echofour
Quack
\bye