Print prints to output.
(val ...interface{})
| 32 | Println(val ...interface{}) |
| 33 | // Print prints to output. |
| 34 | Print(val ...interface{}) |
| 35 | // Printf prints to output using string format. |
| 36 | Printf(format string, val ...interface{}) |
| 37 | // ShowPaged shows a paged text that is scrollable. |