Содержание
log
Syntax
Parameters
Examples
log
Deduce the log to the specified string
Syntax
log
=
function
(
aMessage
)
;
Parameters
aMessage
functions:
string to deduce into the log
Examples
log
(
'Hello, world!'
)
;