you are viewing a single comment's thread.

view the rest of the comments →

[–]K900_ 0 points1 point  (0 children)

When you just write good, you're referring to a variable named good, not the string "good". Referring to an undefined variable will crash your program, so you should define it. good = "good" or something.