File: node22.html

package info (click to toggle)
mma 16.06-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 45,212 kB
  • sloc: python: 14,894; sh: 26; makefile: 13; perl: 12
file content (647 lines) | stat: -rw-r--r-- 17,419 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<!--Converted with LaTeX2HTML 2008 (1.71)
original version by:  Nikos Drakos, CBLU, University of Leeds
* revised and updated by:  Marcus Hennecke, Ross Moore, Herb Swan
* with significant contributions from:
  Jens Lippmann, Marek Rouchal, Martin Wilck and others -->
<HTML>
<HEAD>
<TITLE>Subroutines</TITLE>
<META NAME="description" CONTENT="Subroutines">
<META NAME="keywords" CONTENT="mma">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">

<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8">
<META NAME="Generator" CONTENT="LaTeX2HTML v2008">
<META HTTP-EQUIV="Content-Style-Type" CONTENT="text/css">

<LINK REL="STYLESHEET" HREF="mma.css">

<LINK REL="next" HREF="node23.html">
<LINK REL="previous" HREF="node21.html">
<LINK REL="up" HREF="mma.html">
<LINK REL="next" HREF="node23.html">
</HEAD>

<BODY  bgcolor="#ffffff">

<DIV CLASS="navigation"><!--Navigation Panel-->
<A NAME="tex2html813"
  HREF="node23.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html811"
  HREF="mma.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html805"
  HREF="node21.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>   
<BR>
<B> Next:</B> <A NAME="tex2html814"
  HREF="node23.html">Plugins</A>
<B> Up:</B> <A NAME="tex2html812"
  HREF="mma.html">Reference Manual</A>
<B> Previous:</B> <A NAME="tex2html806"
  HREF="node21.html">Variables, Conditionals and Jumps</A>
<BR>
<BR></DIV>
<!--End of Navigation Panel-->
<!--Table of Child-Links-->
<A NAME="CHILD_LINKS"><STRONG>Subsections</STRONG></A>

<UL CLASS="ChildLinks">
<LI><A NAME="tex2html815"
  HREF="node22.html#SECTION002210000000000000000">DefCall</A>
<LI><A NAME="tex2html816"
  HREF="node22.html#SECTION002220000000000000000">Call</A>
<UL>
<LI><A NAME="tex2html817"
  HREF="node22.html#SECTION002221000000000000000">Defaults</A>
<LI><A NAME="tex2html818"
  HREF="node22.html#SECTION002222000000000000000">Local Values</A>
</UL></UL>
<!--End of Table of Child-Links-->
<HR>

<H1><A NAME="SECTION002200000000000000000"></A>
<A NAME="sec-subroutines"></A>
<BR>
Subroutines
</H1>

<P>

<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  supports primitive subroutines as part of its language. The format
and usage is deliberately simple and limited ...we're really not
trying to make 
<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  into a functional programming
language.<A NAME="tex2html86"
  HREF="#foot12537"><SUP><SPAN CLASS="arabic">22</SPAN>.<SPAN CLASS="arabic">1</SPAN></SUP></A>
<P>

<H1><A NAME="SECTION002210000000000000000"></A>  <A NAME="defcall"></A>
<BR>
DefCall
</H1> 

<P>
Before you can use a subroutine you need to create it. Pretty simple to
do. First, here is a subroutine which does not have any parameters:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>defCall MyCopyright 
<BR>&nbsp;&nbsp;&nbsp;print Adding copyright to song 
<BR>&nbsp;&nbsp;&nbsp;MidiCopyright (C) Bob van der Poel 2014 
<BR>
endDefCall   </B> 
   
	    </td></tr>
      </Table>

<P>
Note that the subroutine definition starts with D<SMALL>EF</SMALL>C<SMALL>ALL</SMALL> and is
terminated by E<SMALL>ND</SMALL>D<SMALL>EF</SMALL>C<SMALL>ALL</SMALL> or D<SMALL>EF</SMALL>C<SMALL>ALL</SMALL>E<SMALL>ND</SMALL>. The name of the
subroutine and any parameters must be on the same line as D<SMALL>EF</SMALL>C<SMALL>ALL</SMALL>
and E<SMALL>ND</SMALL>D<SMALL>EF</SMALL>C<SMALL>ALL</SMALL> must be on a line by itself. The body of the
subroutine can contain any valid 
<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  command or chord data
(including other D<SMALL>EF</SMALL>C<SMALL>ALL</SMALL> and C<SMALL>ALL</SMALL> commands).

<P>
Subroutines must be defined before they can be used. This can be done in
the main song file, or in a different file you have included
(including library files).

<P>
So, now you can insert a copyright message into your midi file just by
calling the subroutine:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call MyCopyright  </B> 
   
	    </td></tr>
      </Table>

<P>
Of course, you'll be using the same message every time ... so,
let's make it a bit more useful be including a parameter:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>defCall Copyright Name 
<BR>&nbsp;&nbsp;&nbsp;print Adding copyright to song: $Name 
<BR>&nbsp;&nbsp;&nbsp;MidiCopyright $Name 
<BR>
endDefCall   </B> 
   
	    </td></tr>
      </Table>

<P>
Note that we have a parameter to the subroutine with the name ``Name''.
In the body of the subroutine we reference this using the name $Name.
In this case, to assign copyright to ``Treble Music'' we'd use:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Copyright (c) 2020 Treble Music  </B> 
   
	    </td></tr>
      </Table>

<P>
If you need to pass more than one parameter, separate each one using a
single comma. Let's assume that you find that you have a large number
of 2 measure chord repetitions in your song and you are tired of
typing:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Am / Gm 
<BR>
Edim / Gm 
<BR>
Am / Gm 
<BR>
Edim / Gm 
<BR>...</B> 
   
	    </td></tr>
      </Table>

<P>
You could define a subroutine for this:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>DefCall 2Bars C1 , C2 , Count 
<BR>&nbsp;&nbsp;&nbsp;Repeat 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$C1 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$C2 
<BR>&nbsp;&nbsp;&nbsp;RepeatEnd $Count   </B> 
   
	    </td></tr>
      </Table>

<P>
And call it with:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call 2bars Am / Gm , Edim / Gm , 7   </B> 
   
	    </td></tr>
      </Table>

<P>
to generate a total of 14 bars of music.<A NAME="tex2html87"
  HREF="#foot12618"><SUP><SPAN CLASS="arabic">22</SPAN>.<SPAN CLASS="arabic">2</SPAN></SUP></A> If you doubt that this is
working, call 
<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  with the -r option (see
<A HREF="node2.html#running-r">here</A>).

<P>
The parameters in a subroutine can have default values. You can set a
parameter default in two ways:

<P>

<OL>
<LI>By adding the default value in the header using the
  parameter=value format. For example, to set the copyright example
  above, you might use:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>DefCall Copyright Name=Bob van der Poel 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MidiCopyright $Name 
<BR>
EndDefCall   </B> 
   
	    </td></tr>
      </Table>

<P>
in which case you can now use C<SMALL>ALL </SMALL>C<SMALL>OPYRIGHT</SMALL> to set the value
to the default ``Bob van der Poel'' or you can pass your own value.
So, 

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call Copyright  </B> 
   
	    </td></tr>
      </Table>

<P>
will set the Midi Copyright to ``Bob van der Poel'' but

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call Copyright Susan Jones  </B> 
   
	    </td></tr>
      </Table>

<P>
will set it to ``Susan Jones''.

<P>
</LI>
<LI>You can also set default values by placing a series of
  D<SMALL>EFAULT</SMALL> messages anywhere in the D<SMALL>EF</SMALL>C<SMALL>ALL</SMALL>.
 For example, the above example could be done with:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>DefCall Copyright Name 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Default Name Bob van der Poel
<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;MidiCopyright $Name 
<BR>
EndDefCall   </B> 
   
	    </td></tr>
      </Table>

<P>
This produces the same result. Note: <SPAN  CLASS="textit">any default settings made in the
body of the definition will override the parameter settings. It's
probably best to adopt one method and stick with that in your code.</SPAN>

<P>
</LI>
</OL>

<P>
The concept of default values for parameters is discussed in detail
below in the Defaults section (<A HREF="#subroutine-defaults">here</A>).

<P>
Some points to remember:

<UL>
<LI>
<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  subroutines do not return values to the caller. However, it is
possible to use the built-in S<SMALL>TACKVALUE</SMALL> macros (see
<A HREF="node21.html#stackvalue">here</A>).

<P>
</LI>
<LI>You can use macros in a subroutine. Macros will <SPAN  CLASS="textit">not</SPAN>
  be expanded until the subroutine is executed.

<P>
</LI>
<LI>Both the subroutine name and the parameters are case
  insensitive.

<P>
</LI>
<LI>When a subroutine is executed parameters are expanded. Assuming
  that you have used the parameter ``P1'' in the definition of the
  subroutine and passed the value ``Am'' when calling, 
<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  changes
  any occurrences of ``$P1'' in the body of the subroutine to ``Am''.
  One limitation of this scheme is that if you have a macro of the
  same name it will be changed to the contents of the parameter
  <SPAN  CLASS="textit">before</SPAN> the line is parsed for execution: your macro will
  be ignored.

<P>
</LI>
</UL>

<P>

<H1><A NAME="SECTION002220000000000000000">
Call</A>
</H1>  

<P>
As discussed above, you execute a defined S<SMALL>UBROUTINE</SMALL> via the
C<SMALL>ALL</SMALL> command. There are three parts to this command:

<P>

<OL>
<LI>The keyword C<SMALL>ALL</SMALL>,
</LI>
<LI>The subroutine name,
</LI>
<LI>A list of parameters to be passed. If there is more than one
  parameter you must use commas to separate them.
</LI>
</OL>

<P>
If you wish to have a literal comma in a parameter you must escape it
by prefacing it with a single backslash. So, 

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call Prt  My, what a nice song  </B> 
   
	    </td></tr>
      </Table>

<P>
will pass two parameters (``My'' and ``what a nice song'') to the
subroutine ``Prt''.

<P>
On the other hand:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call Prt My\, what a nice song  </B> 
   
	    </td></tr>
      </Table>

<P>
passes only one parameter (``My, what a nice song'').

<P>
If you have used default values in D<SMALL>EF</SMALL>C<SMALL>ALL</SMALL> things get a tad
more complicated. 

<P>
Notes:

<UL>
<LI>There is no check to check for excessive nesting or recursion.
  You're on your own.

<P>
</LI>
</UL>

<P>

<H2><A NAME="SECTION002221000000000000000"></A>
<A NAME="subroutine-defaults"></A>
<BR>
Defaults
</H2>

<P>
As noted, above, you can have default arguments for the subroutine
parameters. If you have set defaults (using the D<SMALL>EFAULT</SMALL> keyword
or a Param=value pair) these will be used for ``missing'' parameters
in a subroutine call.
However, if any parameters at all are supplied, they must be in the same
order as in the definition. So, if you have created a subroutine like:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>DefCall MySub  P1 , P2 , P3=somevalue , P4=another value  </B> 
   
	    </td></tr>
      </Table>

<P>
or

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>DefCall MySub  P1 , P2 , P3 , P4 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;Default P3 somevalue 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;Default P4 another value  </B> 
   
	    </td></tr>
      </Table>

<P>
and call it with 

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call MySub  P1Value, P2Value , This is for p3  </B> 
   
	    </td></tr>
      </Table>

<P>
the the following settings apply:

<P>
<BLOCKQUOTE>
$P1 - P1Value 
<BR> $P2 - P2value 
<BR> $P3 - This is for p3 
<BR> $P4 - another value 
<BR>
</BLOCKQUOTE>

<P>
We can assign a value to a variable by using a ``variable=value'' pair.
This assigns a value to a parameter ... nicely, the order of variables
is not important as long as you don't try to use non ``='' pairs after
one. For clarity, some examples follow (in all cases we use the
definition):

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>DefCall fun a, b=1, c=2 
<BR>&nbsp;&nbsp;&nbsp;&nbsp;Print $A $B $C 
<BR>
EndDefCall  </B> 
   
	    </td></tr>
      </Table>

<P>
Now, with different calling orders:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call fun 0, b=1  </B> 
   
	    </td></tr>
      </Table>

<P>
Result: 0 1 2. The ``0'' is from the first argument, ``1'' from
``b=1'' and ``2'' from the default for $C.

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call fun 0, c=2  </B> 
   
	    </td></tr>
      </Table>

<P>
Result: 0 1 2. The ``0' if from the first argument, ``1'' is the
default setting for $B and ``2'' is from ``c=2''.

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call fun 0, b=1, 2  </B> 
   
	    </td></tr>
      </Table>

<P>
Result: A 
<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  runtime error since a  non-named argument is used
after a named.

<P>
Arguments without a default setting can be set with the ``='' syntax:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call fun a=0, c=2  </B> 
   
	    </td></tr>
      </Table>

Result: 0 1 2. Here we have set $a from the call, ``1'' is the
default for the second parameter and ``2'' was set with ``c=2''.

<P>
When using the ``parameter=value'' syntax the order of named parameters does not matter:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call fun c=2, a=0, b=1  </B> 
   
	    </td></tr>
      </Table>

Result: 0 1 2. Just as expected.

<P>
Any arguments without a default value must be specified:

<P>

      <Table Hspace="40%" CellSpacing=0 CellPadding=10 BGColor="OldLace" Border=3>
        <tr><td>
    <B>Call fun b=1  </B> 
   
	    </td></tr>
      </Table>

Result: A 
<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  runtime error since there is no value for $a.

<P>

<H2><A NAME="SECTION002222000000000000000">
Local Values</A>
</H2>

<P>

<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  tries very hard not to change any variables (macros) you have
already set when a subroutine is called. To do this any variables set
on the subroutine call line are saved. Their original values are
restored at the end of the subroutine call.

<P>
Variables you create inside a subroutine can manipulated 
by saving and restoring them using S<SMALL>TACK</SMALL>V<SMALL>ALUE</SMALL> (see
<A HREF="node21.html#stackvalue">here</A>). You can return values to
the caller (your main 
<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  code or another subroutine) by pushing a
value onto the stack and pulling it off later. However, it is up to
the the caller (you) to ensue that the order and number of stack
pushes and pulls is correct.

<P>
This makes complex (as well as recursive) programming possible. 

<P>
<BR><HR><H4>Footnotes</H4>
<DL>
<DT><A NAME="foot12537">...
language.</A><A
 HREF="node22.html#tex2html86"><SUP><SPAN CLASS="arabic">22</SPAN>.<SPAN CLASS="arabic">1</SPAN></SUP></A></DT>
<DD>If you do solve the Towers of Hanoi using 
<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>    subroutines, please let us know.

</DD>
<DT><A NAME="foot12618">... music.</A><A
 HREF="node22.html#tex2html87"><SUP><SPAN CLASS="arabic">22</SPAN>.<SPAN CLASS="arabic">2</SPAN></SUP></A></DT>
<DD>In this case we are using the

<FONT Face="Serif"  Color="Navy"><I>MMA</I></FONT>  primitive R<SMALL>EPEAT/</SMALL>E<SMALL>ND</SMALL>R<SMALL>EPEAT</SMALL>, but it could also be
accomplished with a counter, <SMALL>LABEL</SMALL> and G<SMALL>OTO</SMALL> ... we'll
leave that as an exercise for the reader.

</DD>
</DL>
<DIV CLASS="navigation"><HR>
<!--Navigation Panel-->
<A NAME="tex2html813"
  HREF="node23.html">
<IMG WIDTH="37" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="next" SRC="next.png"></A> 
<A NAME="tex2html811"
  HREF="mma.html">
<IMG WIDTH="26" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="up" SRC="up.png"></A> 
<A NAME="tex2html805"
  HREF="node21.html">
<IMG WIDTH="63" HEIGHT="24" ALIGN="BOTTOM" BORDER="0" ALT="previous" SRC="prev.png"></A>   
<BR>
<B> Next:</B> <A NAME="tex2html814"
  HREF="node23.html">Plugins</A>
<B> Up:</B> <A NAME="tex2html812"
  HREF="mma.html">Reference Manual</A>
<B> Previous:</B> <A NAME="tex2html806"
  HREF="node21.html">Variables, Conditionals and Jumps</A></DIV>
<!--End of Navigation Panel-->
<ADDRESS>
Bob van der Poel
2016-06-11
</ADDRESS>
</BODY>
</HTML>