summaryrefslogtreecommitdiff
path: root/web/funnelAC/tests/ex02.fw
blob: a1e820e572402e4e050820275e92d7f1b79ab585 (plain)
1
2
3
4
5
6
7
8
EX02: An example that demonstrates the use of simple macros.

@O@<ex02.out@>@{@<Greetings@>@+@}

@$@<H@>==@{Hello@}
@$@<W@>==@{World@}

@$@<Greetings@>==@{@<H@> @<W@>@}