why don't we try if-then statements.
like:
Code:
if (genia understands programming)
{
miracle = 1; //1 means true, so there IS a miracle
}
else
{
normal = 1; //normal is true
}
those slashes are comment thingers so when you program, you can keep track of what you write.
SOOO what i'm saying is, if genia understands programming, then it's a miracle but otherwise, all is normal.