Printd()

Print an debugging message to the users terminal (no newline).

PRINTD [p1-p20=Any] Converts all parameters for printing to the terminal screen

example:

	# print out a variable with some text
	>> printd "Value of variable $PI=" $PI
	Value of variable $PI=3.14159265358979>>

Note: See also the other print commands in the group ( "print" - "n, i, in, e, en, d, dn" e.g. "printdn" )

Printd()

See the generic Print() command for a full description.