Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 505 Bytes

environment-variable.md

File metadata and controls

15 lines (8 loc) · 505 Bytes

type: environment variable

Every variable defined by the environment has both a name and a value. Both names and values are treated as strings.

name of <environment variable> : string

Returns the name of the variable.

value of <environment variable> : string

Returns the value of the variable.

<environment variable> as string : string

Casting the variable as a string yields a string containing the variable name and the value of the variable separated by ' = '.