Function environment from io
Brief description
environment(name:String):String
Returns a value of an environment variable More ...
Function information
| Name: | environment |
| Base: | |
| Group: | Built-in plugins:File I/O |
| Icon: | system.png |
| Color: | black |
| Authors: | |
| Copyright: |
Detailed description
Returns a value of an environment variable
Input parameters
-
name:
String
- Name of the variable
Return values
-
Default return value:
String
- Value of the variable
