In the dark ages of programming, when the internet still thought 56k was fast, I was the queen of spaghetti code.
`// this is how prophets are made
var x = 5;
x++;
if(x == 10)
{
print("I am the code queen")
}
It's a miracle this code still works, but let's be real, it's not like it's going to scale.