W Wrapl, The Programming Language

Libraries Sys.Config

Functions

Get(key @ Std.String.T) : Std.String.T

Returns the string value associated with key if it is defined, fails otherwise.

Set(key @ Std.String.T, value @ Std.String.T = "")

Defines key with associated value value.

UnSet(key @ Std.String.T)

Undefines key.