putc Statement outputs one character at a time : putc « Language Basics « Ruby






putc Statement outputs one character at a time


str=" Hello"
putc str

 

Related examples in the same category