#!/usr/bin/perl -w
use strict;

use cosmic;

print "# NOTE end of part 3, start of part 4\n";
print "# The following parts of the message start\n";
print "# to introduce some self-reference into the message\n";

print "(intro part4);\n";


