Cipherd@lemmy.ml to Programmer Humor@programming.dev · 1 month agofunctionslemmy.mlimagemessage-square119fedilinkarrow-up1638arrow-down19file-textcross-posted to: [email protected]
arrow-up1629arrow-down1imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 1 month agomessage-square119fedilinkfile-textcross-posted to: [email protected]
minus-squareCaveman@lemmy.worldlinkfedilinkarrow-up1·1 month agoTurns out you can, by using () instead of {} in the function declaration you can run the function in a subshell where changes to variables are scoped to the subshell and functions are local.
minus-squareLaser@feddit.orglinkfedilinkarrow-up1·1 month agoThat doesn’t help you if you want to get the result of something that happened in the function without capturing stdout, does it?
Turns out you can, by using () instead of {} in the function declaration you can run the function in a subshell where changes to variables are scoped to the subshell and functions are local.
That doesn’t help you if you want to get the result of something that happened in the function without capturing stdout, does it?