print

Convenience method to print a string, optionally with some arguments.

void
print
(
string
Args...
)
(
string s
,
Args args
)

Parameters

s string

The format string.

args Args

Any arguments to pass to the format string.

Meta