ConsolePrint(...)
ConsolePrint() will also automatically append a newline character to the
end of its output. If you don't want that, use ConsolePrintNR()
instead. See ConsolePrintNR for details.
ConsolePrint("The user entered", name$, "as his name and", age,
"as his age!")