Macro std::env

macro env($s) { ... }

Returns the value of an environment variable during compilation.

Not to be confused with env, which can be used to access environment variables at runtime.

Example