RosettaCodeData/Task/Environment-variables/Smalltalk/environment-variables.st

4 lines
141 B
Smalltalk

OSProcess thisOSProcess environment at: #HOME.
OSProcess thisOSProcess environment at: #PATH.
OSProcess thisOSProcess environment at: #USER.