MESG(III) 3/15/72 MESG(III)
NAME
mesg - write message on typewriter
SYNOPSIS
jsr r5,mesg; <Now is the time\0>; .even
DESCRIPTION
Mesg writes the string immediately following its call onto
the standard output file. The string must be terminated by
an ASCII NULL byte.
BUGS