comparison doc/html/api/module/Irccd.System/function/env.md @ 0:1158cffe5a5e

Initial import
author David Demelier <markand@malikania.fr>
date Mon, 08 Feb 2016 16:43:14 +0100
parents
children 070a1ece2af6
comparison
equal deleted inserted replaced
-1:000000000000 0:1158cffe5a5e
1 ---
2 function: env
3 summary: "Get a environment variable."
4 synopsis: "home = Irccd.System.env(name)"
5 arguments:
6 - "name, the environment variable name."
7 returns: "The variable or an empty string"
8 ---