Sh.declareVariable

Undocumented in source. Be warned that the author may not have intended to support it.
  1. string declareVariable(string name, string value, bool local)
    struct Sh
    version(Posix)
    static
    string
    declareVariable
    (
    string name
    ,
    string value = ""
    ,
    bool local = false
    )
  2. string declareVariable(string name, string value, bool local)

Meta