summaryrefslogtreecommitdiff
path: root/web/funnelAC/tests/ex02.fw
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /web/funnelAC/tests/ex02.fw
Initial commit
Diffstat (limited to 'web/funnelAC/tests/ex02.fw')
-rw-r--r--web/funnelAC/tests/ex02.fw8
1 files changed, 8 insertions, 0 deletions
diff --git a/web/funnelAC/tests/ex02.fw b/web/funnelAC/tests/ex02.fw
new file mode 100644
index 0000000000..a1e820e572
--- /dev/null
+++ b/web/funnelAC/tests/ex02.fw
@@ -0,0 +1,8 @@
+EX02: An example that demonstrates the use of simple macros.
+
+@O@<ex02.out@>@{@<Greetings@>@+@}
+
+@$@<H@>==@{Hello@}
+@$@<W@>==@{World@}
+
+@$@<Greetings@>==@{@<H@> @<W@>@}