print
sub method string
stringify argument(s), write to $*STDOUT

say
sub method string
create gist of argument(s), add newline, write to $*STDOUT

put
sub method string
stringify argument(s), add newline, write to $*STDOUT

note
sub method string
create gist of argument(s), add newline, write to $*STDERR


contains the functions that are generally used to display messages
to a user.
