Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Parameter name

Type

Required

Description

variable_name

string

yes

the env Env variable name.

Returns

string

Example

Code Block
print("Your SIL programs are in " + silEnv("sil.home"));

...