global::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
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
print(...args) -> void