printf

printf : (string any ... -> void)

purpose:
to format the rest of the arguments according to the first argument and print it to stdout


Advanced Student Language


Google