systemPropertyOrDefault
Get a system property with a fallback default value.
name(required): property namedefault(required): fallback value if property is not set
utlx
{
encoding: systemPropertyOrDefault("file.encoding", "UTF-8")
}Security note: can be restricted in UTLXe via security policy (Chapter 38).