Method

Print


Description

Used to Print to the terminal in ConsoleApplications.

Usage

Print (data)

Part

Type

Description

data

String

The text to be printed.

Notes

The Print method performs the same operation as a call to the WriteLine method of the StandardOutputStream class.

Sample code

Print("App started.")

Compatibility

All project types on all supported operating systems.