@zephyrM to linuxmemes • 1 year agoWhich way do you expand variables?imagemessage-square23arrow-up1103arrow-down12
arrow-up1101arrow-down1imageWhich way do you expand variables?@zephyrM to linuxmemes • 1 year agomessage-square23
minus-square@[email protected]linkfedilinkEnglish1•1 year agoWould a space at the end of the variable be ignored in the second one, though?
minus-square@DoomBot5linkEnglish1•1 year agoIt would still be considered a single variable because the entire string is quoted. The first scenario would have split it into 2 variables.
Would a space at the end of the variable be ignored in the second one, though?
It would still be considered a single variable because the entire string is quoted. The first scenario would have split it into 2 variables.