Содержание

Log

Deduce the log to the specified string

Syntax

procedure Log(aMessage: string);

Parameters

  • aMessage
    • type: string
    • functions: string to deduce into the log

Examples

  1. Log('Hello, world!');