env

fun env(nested: Boolean = true): Source

Returns a new source from system environment.

Return

a new source from system environment

Parameters

nested

whether to treat "AA_BB_CC" as nested format "AA.BB.CC" or not. True by default.

Sources

jvm source
Link copied to clipboard