-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
Allow variables to have a scope specified like $global:profile_path.
-
globalfor variables in the global scope -
currentfor the current scope, e.g.{ $h = 1; { $local:h =2; print $local:h; } print $h; }would result in 2 and 1 being printed - (RCaron.Shell)
envfor setting and getting environment variables
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Projects
Status
Todo