alphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 7 months agoAdded Bugs to Keep my jobsh.itjust.worksimagemessage-square168fedilinkarrow-up1351
arrow-up1351imageAdded Bugs to Keep my jobsh.itjust.worksalphacyberranger@sh.itjust.works to Programmer Humor@programming.devEnglish · 7 months agomessage-square168fedilink
minus-squaregrrgyle@slrpnk.netlinkfedilinkarrow-up4·7 months agoNot Shall330, but double quotes can imply variables in the string in some languages.
minus-square🇦🇺𝕄𝕦𝕟𝕥𝕖𝕕𝕔𝕣𝕠𝕔𝕕𝕚𝕝𝕖@lemm.eelinkfedilinkEnglisharrow-up2·7 months agoWhich languages are these?
minus-squarebitchkat@lemmy.worldlinkfedilinkEnglisharrow-up5·7 months agoPHP for one. “$x” will interpret the variable $x. ‘$x’ does not.
minus-square🇦🇺𝕄𝕦𝕟𝕥𝕖𝕕𝕔𝕣𝕠𝕔𝕕𝕚𝕝𝕖@lemm.eelinkfedilinkEnglisharrow-up2·6 months agoWell there’s ya problem ur using php.
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.