Subtract the year it is now, to the year you want.... 2014-2000=14
@previous (MlDAS)
I derped out.
my $century
$century = param('Century');
if ($century == "1,000") {
print("I am a dumbass!");
}
elsif ($century == "100") {
print("I derped for a moment.");
}
else {
print("What the hell am I thinking?");
}
local century = tonumber(read())
if century == "1,000" then
print("I am a dumbass!")
elseif century == "100" then
print("I derped for a moment.")
else
print("What the hell am I thinking?")
end
(Edited 4 minutes later.)
@previous (Catherine !TGirlYJKXM)
Everyone has their moments! Your not a dumbass!
@previous (Wasted)
I hate it when I confuse == for = in if statements.
So annoying.
@previous (Catherine !TGirlYJKXM)
I have so many of those "I'm a dumbass"
moments, i could write a book.
@476,743 (Wasted)
> Your not a dumb ass
You clearly just had your moment.
(Edited 32 seconds later.)