Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Latest commit

 

History

History
41 lines (21 loc) · 914 Bytes

resm.md

File metadata and controls

41 lines (21 loc) · 914 Bytes

Module resm

resm application module. Copyright (c) 2015, Dmitry Averbakh

Behaviours: application.

Authors: Dmitry Averbakh ([email protected]).

Function Index

get_env/3 Get environment (system or module) variable.

Function Details

get_env/3


get_env(VarName, Key, Default) -> term()
  • VarName = string()
  • Key = atom()
  • Default = term()

Get environment (system or module) variable.