Содержание
Log
Syntax
Parameters
Examples
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
Log
(
'Hello, world!'
)
;