Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Root825383y<?php
echo(“A”);
for($level=1; ; $level++) {
$scouter = “travesty$level”;
$$scouter = $level;
echo(“H”);
if ($level > 9000) break;
}
?> -
to enable this feature in any good programming language, you have to turn off your PC first.
be sure to _not_ turn it on again, though, since that will restore the language to default settings. -
Avyy7523yMake an array and save your references to your "new" variables for each loop.
(I might or might not have done this for a one off script) -
Related Rants
It all started with this question 😆
joke/meme
variable
wk299
loop