Skip to content

global::print

print

Prints formatted output to the console, supports multiple argument types all args must be castable to string or char and can be used with endl for custom endlines

Signature

print(...args) -> void