Gollum@feddit.org to Programmer Humor@programming.dev · 9 months agoAnother smart movefeddit.orgexternal-linkmessage-square112fedilinkarrow-up11Karrow-down136
arrow-up1967arrow-down1external-linkAnother smart movefeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 9 months agomessage-square112fedilink
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkarrow-up5·edit-29 months agoPff, just use the numbers directly: ${1} = "value"; ${2} = "DOGE"; That makes it possible to do stuff like: for (${152} = 1; ${152} <= 2; ${152}++) { ${666} = $${152}; print(${666}); } This is a valid code, btw.
Pff, just use the numbers directly:
${1} = "value"; ${2} = "DOGE";That makes it possible to do stuff like:
for (${152} = 1; ${152} <= 2; ${152}++) { ${666} = $${152}; print(${666}); }This is a valid code, btw.