Low level output function.
Low level output function.This function does the actual formatting and printing of prompts, messages and what not. It should not be used because of its low level. If you need to print a prompt, put it in a prompt block and use prompt(). If you need to print a string, use the print() function, which is nice and printf()-like.