Function: print1
Section: programming/specific
C-Name: print1
Prototype: vs*
Help: print1({str}*): outputs its string arguments (in raw format) without
 ending with newline.
Description:
 (?gen,...):void  pari_printf("${2 format_string}"${2 format_args})
Doc: outputs its arguments in raw
 format, without ending with a newline. Note that you can still embed newlines
 within your strings, using the \b{n} notation~!
 The arguments are converted to strings following the rules in
 \secref{se:strings}.
 %\syn{NO}
