if (x = 0)
{
dothis()
}
doesn't jive. It took me 45 minutes before I remembered that in an expression, I need the extra
=
to make it say "is equal to":
if (x == 0)
{
dothis()
}
Yes, we're all mad here.
if (x = 0)
{
dothis()
}
=
to make it say "is equal to":
if (x == 0)
{
dothis()
}
Note: I found the list at the Guardian, and the BBC's story on the list doesn't say anything about how many of these the average person will have…
Now that I have my copy of Phil Plait's Death from the Skies! These Are the Ways the World Will End..., a book about the science behind possible…
- Grab the nearest book. Right now. - Turn to page 56. - Find the fifth sentence. - Post that sentence along with these instructions in your blog. -…