Returns the system property specified by the passed parameter.
@script::getSystemProperty(string propertyName)
(string) propertyName: the name of the system property you want to return. Among the possible values are:
(string) The value of the system property, or null if no matching property exists.