say I have an env variable set at OS level, e.g.,
Code: Select all
export MY_VAR=something
(Things I found about "environment variables" are usually about the Dyalog env vars, not about pulling in OS env vars.)
Thanks,
Michael
Code: Select all
export MY_VAR=something
Code: Select all
⎕ ← 2 ⎕NQ '.' 'GetEnvironment' 'MY_VAR'