Gollum@feddit.org to Programmer Humor@programming.dev · 1 day agoAnother smart movefeddit.orgimagemessage-square93fedilinkarrow-up1821arrow-down126
arrow-up1795arrow-down1imageAnother smart movefeddit.orgGollum@feddit.org to Programmer Humor@programming.dev · 1 day agomessage-square93fedilink
minus-squareRikudou_Sage@lemmings.worldlinkfedilinkarrow-up2·edit-25 hours 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.