Intrinsic-88 ShowCursor |
Top Previous Next |
88: ShowCursor(Visible);
This intrinsic controls whether the cursor is visible on the console or not. Passing a "true" value makes the cursor visible at its current position. Passing "false" hides the cursor. Even when the cursor is hidden, text is output at the current cursor location. |