The console statement sends a message to the console log.
Parameters
This statement has one parameter:message – message to send to console log.
Description
This statement sends a message to the console log.
console "hello"
You can view the output of this function using Apple’s Console application, which you can find in the /Applications/Utilities
folder.
See Also
History
Version | Status | Notes |
10.0 | No Change | Carried over from Panorama 6.0. |