INFO [function]
INFO( string message )
passes a message to the internal messaging system
- the name of this function is written in all caps to avoid shadowing by a common variable name
- works exactly like
sys_msg( SGS_INFO, message )
sys_msg( SGS_INFO, message )