Window.Print (gb.ncurses)
Sub Print ( Text As String [ , X As Integer, Y As Integer, Attr As Integer, Pair As Integer ] )
Print
Text at the current cursor position, or
X,
Y if specified. Any data already displayed on the region will be overridden:
-
If the Window is Wrapped, the print procedure wraps long text around to the next line
-
If not, the text is truncated at the end of the line
Examples
Window.Print("Gambas almost means BASIC")