You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
print(arg1, arg2, arg3...); // Print the list of arguments to standard output.
println(arg1, arg2, arg3...); // Print the list of arguments to standard output with a newline at the end.