Gollum@feddit.org to Programmer Humor@programming.dev · 9 months agoAnother smart movefeddit.orgimagemessage-square64linkfedilinkarrow-up122arrow-down13
arrow-up119arrow-down1imageAnother smart movefeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 9 months agomessage-square64linkfedilink
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkarrow-up1·9 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.