Environment variables: Difference between revisions

Add Nu
(→‎{{header|Vlang}}: Rename "Vlang" in "V (Vlang)")
imported>Brie
(Add Nu)
Line 903:
ExpandEnvStrings $1 "%USERPROFILE%" ; Retrieve the user's profile location and place it in builtin register 1.
ExpandEnvStrings $2 "%USERNAME%" ; Retrieve the user's account name and place it in builtin register 2.</syntaxhighlight>
 
=={{header|Nu}}==
<syntaxhighlight lang="nu">
$env.HOME
</syntaxhighlight>
 
=={{header|Objective-C}}==
Anonymous user