TABLE OF CONTENTS


::pwtk::print

SYNOPSIS

proc ::pwtk::print {args} {

DESCRIPTION

Print a properly indented message to stdout.

USAGE

    ::pwtk::print ?-nonewline? message

    ::pwtk::print ?-nonewline? label message

SOURCE

    fprint stdout {*}$args
}