Printn()

Print to the users terminal with a terminating newline.

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

example:

	# print out a variable with some text
	>> printn "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" )

Printn()

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