3 lines
101 B
Rexx
3 lines
101 B
Rexx
/*REXX program shows how to get an environmental variable under Windows*/
|
|
|
|
x=value('TEMP',,'SYSTEM')
|