alphacyberranger to Programmer Humor@programming.devEnglish • 1 year agoAdded Bugs to Keep my jobsh.itjust.worksimagemessage-square161fedilinkarrow-up1350
arrow-up1350imageAdded Bugs to Keep my jobsh.itjust.worksalphacyberranger to Programmer Humor@programming.devEnglish • 1 year agomessage-square161fedilink
minus-square@grrgyle@slrpnk.netlinkfedilink4•1 year agoNot Shall330, but double quotes can imply variables in the string in some languages.
minus-square@bitchkat@lemmy.worldlinkfedilinkEnglish5•1 year agoPHP for one. “$x” will interpret the variable $x. ‘$x’ does not.
Not Shall330, but double quotes can imply variables in the string in some languages.
Which languages are these?
PHP for one. “$x” will interpret the variable $x. ‘$x’ does not.
Well there’s ya problem ur using php.
Also bash
And Perl.