Closed ajeetdsouza closed 2 years ago
One would assume that the two commands have the same semantics:
$ def-env set-foo [] { let-env foo = "foo" } $ set-foo $ env # foo is visible $ def-env unset-foo [] { hide foo } $ unset-foo $ env # foo is still visible
edit: follow the discord conversation here
One would assume that the two commands have the same semantics:
edit: follow the discord conversation here