Language catalogKeywordsglobalOn this pageglobalCreates/modifies a global variable. Syntax global [variable prefix and name] = [value] Example global $serverName = "Example server"# Global variables are available to later scripts and events.Print $serverName