Environment.get

  1. istring get(cstring variable, istring def)
    struct Environment
    static
    istring
    get
    (
    cstring variable
    ,
    istring def = null
    )
  2. istring[istring] get()

Return Value

Type: istring

the provided 'def' value if the variable does not exist

Meta