summaryrefslogtreecommitdiff
path: root/web/funnelAC/tests/hi06.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/hi06.fw
Initial commit
Diffstat (limited to 'web/funnelAC/tests/hi06.fw')
-rw-r--r--web/funnelAC/tests/hi06.fw22
1 files changed, 22 insertions, 0 deletions
diff --git a/web/funnelAC/tests/hi06.fw b/web/funnelAC/tests/hi06.fw
new file mode 100644
index 0000000000..1edcaa2471
--- /dev/null
+++ b/web/funnelAC/tests/hi06.fw
@@ -0,0 +1,22 @@
+HI06: This example shows how FunnelWeb can be used to allow compile
+time information sharing between two cooperating programs written in
+different programming languages.
+
+@A The following macro contains the temporary file name used to allow the
+two shellscripts to transfer each file to be printed.
+
+@$@<printfile@>@M==@{printme.txt@}
+
+@A Here are the scripts for the local VMS node and the remote UNIX node.
+
+@O@<hi06a.out@>==@{@-
+DCL commands
+copy @<printfile@> unixnode::
+DCL commands
+@}
+
+@O@<hi06b.out@>==@{@-
+unix commands
+print @<printfile@>
+unix commands
+@}