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

Project Types

Console, Web

Operating Systems

All