RosettaCodeData/Task/Environment-variables/Phixmonti/environment-variables.phixmonti
2023-07-01 13:44:08 -04:00

8 lines
233 B
Text

/# Rosetta Code problem: http://rosettacode.org/wiki/Environment_variables
by Galileo, 10/2022 #/
def getenv
" > output.txt" chain cmd if "Error!" else "output.txt" "r" fopen dup fgets swap fclose endif
enddef
"path" getenv print